Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix(semrel): correctly set version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Apr 19, 2024
1 parent 2da7c26 commit 2cd41dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
images: ghcr.io/adfinis/timed-backend
flavor: |
latest=auto
tags: |
type=semver,pattern={{version}},value=${{ steps.semrel.outputs.version }}
type=semver,pattern={{major}}.{{minor}},value=${{ steps.semrel.outputs.version }}
type=semver,pattern={{major}},value=${{ steps.semrel.outputs.version }}
labels: |
org.opencontainers.image.title=${{ github.event.repository.name }}
org.opencontainers.image.description=${{ github.event.repository.description }}
Expand Down

0 comments on commit 2cd41dc

Please sign in to comment.