Skip to content

Commit

Permalink
Merge pull request #53 from groenator/eta
Browse files Browse the repository at this point in the history
refactor(ci/cd): update docker-publish workflow to use 'beta-latest' …
  • Loading branch information
groenator authored Jan 9, 2025
2 parents 9cdfff1 + ea57a43 commit 80a01ae
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 @@ -159,7 +159,7 @@ jobs:
type=semver,pattern=v{{major}}.{{minor}}.{{patch}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v') }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
type=raw,value=beta-latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
- name: Set release tag as environment variable
id: set-tag
Expand Down

0 comments on commit 80a01ae

Please sign in to comment.