Skip to content

Commit

Permalink
Update tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr authored Nov 7, 2023
1 parent fbea09d commit 57d5736
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
org.opencontainers.image.version=v${{ env.VERSION }}
org.opencontainers.image.maintainer=$({github.repository_owner})
tags: |
type=semver,pattern=v{{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}
type=semver,pattern=v{{version}}
type=semver,pattern={{version}},value=v${{ env.VERSION }}
- name: Log in to the GitHub container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 57d5736

Please sign in to comment.