diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06722281..7293496e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,7 +201,7 @@ jobs: ghcr.io/${{ github.repository_owner }}/docuelevate tags: | type=ref,event=branch - type=sha,prefix={{branch}}- + type=sha,prefix={{branch}}-,enable=${{ !startsWith(github.ref, 'refs/tags/') }} type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=raw,value=latest,enable={{is_default_branch}}