Skip to content

Commit

Permalink
ci: add latest docker image tag 👷
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Mar 27, 2024
1 parent 151a1f0 commit 9edf6d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
tags: |
type=raw,enable=${{ !endsWith(github.ref, github.event.repository.default_branch) }},value=${{ env.CI_ACTION_REF_NAME_SLUG }}
type=raw,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }},value=nightly
type=raw,enable=${{ startsWith(github.ref, 'refs/tags/v') }},value=latest
type=semver,pattern={{version}}
labels: |
org.opencontainers.image.vendor=EIMIS
Expand Down

0 comments on commit 9edf6d5

Please sign in to comment.