From f4ca20a139cac660c462083dab4d6fdbb809e044 Mon Sep 17 00:00:00 2001 From: Alan Mond Date: Mon, 14 Jul 2025 22:31:19 -0700 Subject: [PATCH] tag docker image with latest from main --- .github/workflows/hugo-site-generator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo-site-generator.yml b/.github/workflows/hugo-site-generator.yml index 197bbd3..1f51591 100644 --- a/.github/workflows/hugo-site-generator.yml +++ b/.github/workflows/hugo-site-generator.yml @@ -29,4 +29,4 @@ jobs: # ternary operator means it will push to Dockerhub # if branch is main push: ${{ github.ref == 'refs/heads/main' }} - tags: ${{ env.IMAGE_NAME }}:${{ github.sha }} + tags: ${{ env.IMAGE_NAME }}:latest