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