Skip to content

Commit ca4aa79

Browse files
committed
ci(docker): fix latest tag
1 parent c802b49 commit ca4aa79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
uses: docker/metadata-action@v4
2525
with:
2626
images: ghcr.io/pterodactyl/panel
27-
tags: |
27+
flavor: |
2828
latest=false
29+
tags: |
2930
type=raw,value=latest,enable=${{ github.event_name == 'release' && github.event.action == 'published' && github.event.release.prerelease == false }}
3031
type=ref,event=tag
3132
type=ref,event=branch

0 commit comments

Comments
 (0)