Skip to content

Commit

Permalink
fix: fix auto docker build to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
KyoungsueKim committed Dec 18, 2023
1 parent 47f990f commit 7f04aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: mindersturmoil/verbose-waffle:${{ github.sha }}
tags: mindersturmoil/verbose-waffle:latest
file: ./Dockerfile
context: ./

0 comments on commit 7f04aeb

Please sign in to comment.