This commit is contained in:
2024-12-01 12:38:19 -07:00
parent cd0ef48067
commit bc212ba5fe

View File

@@ -131,13 +131,12 @@ jobs:
id: task_release_gh_meta id: task_release_gh_meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: with:
flavor: | flavor: |
latest=false latest=false
images: | images: |
ghcr.io/Aetherinox/thetvapp-docker ghcr.io/Aetherinox/thetvapp-docker
tags: | tags: |
type=raw,value=latest,enable=${{ endsWith(github.ref, 'main') }} type=ref,enable=true,priority=600,prefix=,suffix=-php,event=tag
type=ref,event=tag
# # # #
# Release > Github > Debug # Release > Github > Debug