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