Skip to content

Commit bc212ba

Browse files
committed
ci: test
1 parent cd0ef48 commit bc212ba

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

+3-4
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,12 @@ jobs:
131131
id: task_release_gh_meta
132132
uses: docker/metadata-action@v5
133133
with:
134-
flavor: |
135-
latest=false
134+
flavor: |
135+
latest=false
136136
images: |
137137
ghcr.io/Aetherinox/thetvapp-docker
138138
tags: |
139-
type=raw,value=latest,enable=${{ endsWith(github.ref, 'main') }}
140-
type=ref,event=tag
139+
type=ref,enable=true,priority=600,prefix=,suffix=-php,event=tag
141140
142141
# #
143142
# Release > Github > Debug

0 commit comments

Comments
 (0)