From cab77ce002746fd42c66b5cb7a1db115cc052c66 Mon Sep 17 00:00:00 2001 From: Clay Oster Date: Wed, 13 Nov 2024 18:40:16 -0600 Subject: [PATCH] Update comment --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 16c7e23..1025e5b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -76,7 +76,7 @@ jobs: images: ghcr.io/${{ github.repository }} tags: | type=semver,pattern={{version}} - # latest tag will automatically be applied if tag matches 0.0.0 + # latest tag will automatically be applied if tag matches 0.0.0 or v0.0.0 # to avoid the latest tag, add data after the semver (ex. 0.0.0-beta.1) - name: Build and push container image