Skip to content

Commit

Permalink
Update docker-amd64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dluc authored Jan 20, 2025
1 parent 44238ba commit 98ffa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
docker build --push --platform linux/amd64 \
--build-arg BUILD_IMAGE_TAG=9.0-noble-amd64 \
--build-arg RUN_IMAGE_TAG=9.0-alpine-amd64 \
--tag ${{ vars.DOCKERHUB_USERNAME }}/service:${{ github.event.inputs.docker_tag }}-amd64 .
--tag "${{ vars.DOCKERHUB_USERNAME }}/service:${{ github.event.inputs.docker_tag }}-amd64" .

0 comments on commit 98ffa2d

Please sign in to comment.