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 107ec4f commit 60fba24
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 @@ -41,7 +41,7 @@ jobs:
--tag ${{env.IMAGE_NAME}}:latest \
--tag ${{env.IMAGE_NAME}}:${{ steps.package-version.outputs.current-version}} \
--cache-from=type=gha,${{env.IMAGE_NAME}}:latest \
--cache-to=type=gha,mode=max
--cache-to=type=gha,mode=max \
--push .

0 comments on commit 60fba24

Please sign in to comment.