From 957b4a4fde6b46625f4f19edf1bdc34a2db5346b Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sun, 1 Dec 2024 12:34:28 -0700 Subject: [PATCH] ci: test --- .github/workflows/deploy-docker-php.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-docker-php.yml b/.github/workflows/deploy-docker-php.yml index b9febe96..9edf3a62 100644 --- a/.github/workflows/deploy-docker-php.yml +++ b/.github/workflows/deploy-docker-php.yml @@ -131,13 +131,11 @@ jobs: id: task_release_gh_meta uses: docker/metadata-action@v5 with: - flavor: | - latest=false images: | - aetherinox/thetvapp + ghcr.io/Aetherinox/thetvapp-docker tags: | - type=raw,value=latest,enable=false - type=ref,enable=true,priority=600,prefix=,suffix=-php,event=tag + type=raw,value=latest,enable=${{ endsWith(github.ref, 'main') }} + type=ref,event=tag # # # Release > Github > Debug