Skip to content

Commit 6580473

Browse files
authored
tag docker image with latest from main (#4)
1 parent 50e1e98 commit 6580473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo-site-generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
# ternary operator means it will push to Dockerhub
3030
# if branch is main
3131
push: ${{ github.ref == 'refs/heads/main' }}
32-
tags: ${{ env.IMAGE_NAME }}:${{ github.sha }}
32+
tags: ${{ env.IMAGE_NAME }}:latest

0 commit comments

Comments
 (0)