Skip to content

Commit

Permalink
update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-ebp committed Mar 14, 2024
1 parent 80490c8 commit 3a3f5b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
org.opencontainers.image.version=v${{ env.VERSION }}
org.opencontainers.image.maintainer=EBP Schweiz AG
tags: |
type=semver,pattern=v${{ env.VERSION }}
type=semver,pattern=v{{version}},value=${{ env.VERSION }}
- name: Collect Docker image metadata (api)
id: meta-api
Expand All @@ -52,7 +52,7 @@ jobs:
org.opencontainers.image.version=v${{ env.VERSION }}
org.opencontainers.image.maintainer=EBP Schweiz AG
tags: |
type=semver,pattern=v${{ env.VERSION }}
- name: Log in to the GitHub container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 3a3f5b5

Please sign in to comment.