Skip to content

Commit fcc7ae6

Browse files
committed
ci: remove latest tag from php build
1 parent bdff978 commit fcc7ae6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-docker-php.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,13 @@ jobs:
240240
id: task_release_dh_meta
241241
uses: docker/metadata-action@v5
242242
with:
243+
flavor: |
244+
latest=false
243245
images: |
244246
aetherinox/thetvapp
245247
tags: |
246248
type=raw,value=latest,enable=false
247249
type=ref,enable=true,priority=600,prefix=,suffix=-php,event=tag
248-
type=ref,event=tag
249250
250251
# #
251252
# Release > Dockerhub > Debug

0 commit comments

Comments
 (0)