ci(docker): fix latest tag

This commit is contained in:
Matthew Penner 2022-12-04 18:37:53 -07:00
parent e652d2df84
commit 4b3bd2ff47
No known key found for this signature in database

View File

@ -23,6 +23,8 @@ jobs:
uses: docker/metadata-action@v4 uses: docker/metadata-action@v4
with: with:
images: ghcr.io/pterodactyl/wings images: ghcr.io/pterodactyl/wings
flavor: |
latest=false
tags: | tags: |
type=raw,value=latest,enable=${{ github.event_name == 'release' && github.event.action == 'published' && github.event.release.prerelease == false }} type=raw,value=latest,enable=${{ github.event_name == 'release' && github.event.action == 'published' && github.event.release.prerelease == false }}
type=ref,event=tag type=ref,event=tag