mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 06:45:41 -04:00
ci: test
This commit is contained in:
8
.github/workflows/deploy-docker-php.yml
vendored
8
.github/workflows/deploy-docker-php.yml
vendored
@@ -131,13 +131,11 @@ jobs:
|
|||||||
id: task_release_gh_meta
|
id: task_release_gh_meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
flavor: |
|
|
||||||
latest=false
|
|
||||||
images: |
|
images: |
|
||||||
aetherinox/thetvapp
|
ghcr.io/Aetherinox/thetvapp-docker
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=latest,enable=false
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user