Skip to content

Commit

Permalink
refactor(ci/cd): rename variable for clarity in docker-publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
groenator committed Jan 9, 2025
1 parent 7991119 commit 435325a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
uses: docker/metadata-action@v5
with:
flavor: |
latest=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
beta-latest=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
images: |
ghcr.io/groenator/iptvboss-docker-beta
tags: |
Expand Down

0 comments on commit 435325a

Please sign in to comment.