Skip to content

Commit 689ef71

Browse files
committed
fix: disable latest tag for Alpine image
Only standard/main image variant should use the latest tag. The Alpine image should only have its version-specific tags.
1 parent 3a37e92 commit 689ef71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-docker-image-alpine.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
images: |
7272
ghcr.io/${{ env.REPO_OWNER }}/caddy-cloudflare
7373
${{ secrets.DOCKERHUB_USERNAME }}/caddy-cloudflare
74+
flavor: |
75+
latest=false
7476
tags: |
7577
# Raw version tags
7678
type=raw,value=${{ env.VERSION }}-alpine

0 commit comments

Comments
 (0)