Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Dec 1, 2024
1 parent cd0ef48 commit bc212ba
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-docker-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc212ba

Please sign in to comment.