ci: remove latest tag from php build

This commit is contained in:
2024-12-01 12:14:14 -07:00
parent bdff978dda
commit fcc7ae6ac6

View File

@@ -240,12 +240,13 @@ jobs:
id: task_release_dh_meta id: task_release_dh_meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: with:
flavor: |
latest=false
images: | images: |
aetherinox/thetvapp aetherinox/thetvapp
tags: | tags: |
type=raw,value=latest,enable=false type=raw,value=latest,enable=false
type=ref,enable=true,priority=600,prefix=,suffix=-php,event=tag type=ref,enable=true,priority=600,prefix=,suffix=-php,event=tag
type=ref,event=tag
# # # #
# Release > Dockerhub > Debug # Release > Dockerhub > Debug