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 5, 2024
1 parent af7ac6d commit 43ef844
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
org.opencontainers.image.version=v${{ env.VERSION }}
org.opencontainers.image.maintainer=EBP Schweiz AG
tags: |
type=semver,pattern=v{{version}}
type=${{ env.VERSION }}
type=semver,pattern=v{{env.VERSION}}
- name: Collect Docker image metadata
id: meta-api
Expand All @@ -52,6 +53,7 @@ jobs:
org.opencontainers.image.version=v${{ env.VERSION }}
org.opencontainers.image.maintainer=EBP Schweiz AG
tags: |
type=${{ env.VERSION }}
type=semver,pattern=v{{version}}
- name: Log in to the GitHub container registry
Expand Down

0 comments on commit 43ef844

Please sign in to comment.