Skip to content

Commit

Permalink
fix bake set
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Oct 30, 2023
1 parent 5819157 commit 2a15b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
./docker-bake.hcl
${{ steps.meta.outputs.bake-file }}
set: |
target.args.BUILD_IMAGE=registry.access.redhat.com/ubi8/openjdk-17
target.args.RUNTIME_IMAGE=registry.access.redhat.com/ubi8/openjdk-17-runtime
build.args.BUILD_IMAGE=registry.access.redhat.com/ubi8/openjdk-17
build.args.RUNTIME_IMAGE=registry.access.redhat.com/ubi8/openjdk-17-runtime
targets: build
push: true

0 comments on commit 2a15b9f

Please sign in to comment.