Skip to content

Commit 957b4a4

Browse files
committed
ci: test
1 parent a74599f commit 957b4a4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

+3-5
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,11 @@ jobs:
131131
id: task_release_gh_meta
132132
uses: docker/metadata-action@v5
133133
with:
134-
flavor: |
135-
latest=false
136134
images: |
137-
aetherinox/thetvapp
135+
ghcr.io/Aetherinox/thetvapp-docker
138136
tags: |
139-
type=raw,value=latest,enable=false
140-
type=ref,enable=true,priority=600,prefix=,suffix=-php,event=tag
137+
type=raw,value=latest,enable=${{ endsWith(github.ref, 'main') }}
138+
type=ref,event=tag
141139
142140
# #
143141
# Release > Github > Debug

0 commit comments

Comments
 (0)