We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c802b49 commit ca4aa79Copy full SHA for ca4aa79
.github/workflows/docker.yaml
@@ -24,8 +24,9 @@ jobs:
24
uses: docker/metadata-action@v4
25
with:
26
images: ghcr.io/pterodactyl/panel
27
- tags: |
+ flavor: |
28
latest=false
29
+ tags: |
30
type=raw,value=latest,enable=${{ github.event_name == 'release' && github.event.action == 'published' && github.event.release.prerelease == false }}
31
type=ref,event=tag
32
type=ref,event=branch
0 commit comments