Skip to content

Commit

Permalink
Merge pull request #336 from na2na-p/fix/release-workflow
Browse files Browse the repository at this point in the history
Fix/release workflow
  • Loading branch information
na2na-p authored Dec 8, 2023
2 parents d1626dc + 4aeed63 commit 077e13d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/image-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Build Docker Image
run: |
docker buildx bake \
-f 'infra/docker/image-bake.hcl' \
-f "infra/docker/image-bake.hcl" \
--builder="${{ steps.buildx.outputs.name }}" \
--set='app.tags=${{ inputs.IMAGE_REPOSITORY }}/${{ inputs.IMAGE_NAME }}:${{ inputs.JETDISC_VERSION }}' \
--set='app.tags=${{ inputs.IMAGE_REPOSITORY }}/${{ inputs.IMAGE_NAME }}:${{ inputs.LATEST_TAG }}' \
${{ inputs.RELEASE && '--set=app.tags=${{ inputs.IMAGE_REPOSITORY }}/${{ inputs.IMAGE_NAME }}:release' || '' }}
--set="app.tags=${{ inputs.IMAGE_REPOSITORY }}/${{ inputs.IMAGE_NAME }}:${{ inputs.JETDISC_VERSION }}" \
--set="app.tags=${{ inputs.IMAGE_REPOSITORY }}/${{ inputs.IMAGE_NAME }}:${{ inputs.LATEST_TAG }}" \
${{ inputs.RELEASE && '--set="app.tags=${{ inputs.IMAGE_REPOSITORY }}/${{ inputs.IMAGE_NAME }}:release"' || '' }}
--push

0 comments on commit 077e13d

Please sign in to comment.