Skip to content

Commit

Permalink
ci: add manual run for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Jun 11, 2024
1 parent 60fba24 commit 0e0c7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
--platform linux/amd64,linux/arm64 \
--tag ${{env.IMAGE_NAME}}:latest \
--tag ${{env.IMAGE_NAME}}:${{ steps.package-version.outputs.current-version}} \
--cache-from=type=gha,${{env.IMAGE_NAME}}:latest \
--cache-from=type=gha \
--cache-to=type=gha,mode=max \
--push .
Expand Down

0 comments on commit 0e0c7f0

Please sign in to comment.