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

0 comments on commit 9da7e2e

Please sign in to comment.