Skip to content

Commit e66cfd5

Browse files
committed
fix: correct docker metadata tagging
1 parent 94cfb7e commit e66cfd5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ jobs:
3535
images: |
3636
triatk/univpn
3737
# Docker tags based on the following events/attributes
38-
flavor: |
39-
latest=${{ github.ref == 'refs/heads/main' }}
40-
nightly=${{ github.ref != 'refs/heads/main' }}
4138
tags: |
39+
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
40+
type=raw,value=nightly,enable=${{ github.ref != 'refs/heads/main' }}
4241
type=schedule
4342
type=ref,event=branch
4443
type=ref,event=pr

0 commit comments

Comments
 (0)