We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e1e98 commit 6580473Copy full SHA for 6580473
.github/workflows/hugo-site-generator.yml
@@ -29,4 +29,4 @@ jobs:
29
# ternary operator means it will push to Dockerhub
30
# if branch is main
31
push: ${{ github.ref == 'refs/heads/main' }}
32
- tags: ${{ env.IMAGE_NAME }}:${{ github.sha }}
+ tags: ${{ env.IMAGE_NAME }}:latest
0 commit comments