From fcc7ae6ac67d4c1a04547555efe5f7242a51f3f2 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sun, 1 Dec 2024 12:14:14 -0700 Subject: [PATCH] ci: remove latest tag from php build --- .github/workflows/deploy-docker-php.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docker-php.yml b/.github/workflows/deploy-docker-php.yml index 8ad0f564..ed4a33e8 100644 --- a/.github/workflows/deploy-docker-php.yml +++ b/.github/workflows/deploy-docker-php.yml @@ -240,12 +240,13 @@ jobs: id: task_release_dh_meta uses: docker/metadata-action@v5 with: + flavor: | + latest=false images: | aetherinox/thetvapp tags: | type=raw,value=latest,enable=false type=ref,enable=true,priority=600,prefix=,suffix=-php,event=tag - type=ref,event=tag # # # Release > Dockerhub > Debug