Skip to content

Commit

Permalink
Merge pull request #1 from manifoldfinance/retain-image-version-metadata
Browse files Browse the repository at this point in the history
fix: Retain metadata in Docker image version
  • Loading branch information
srounce authored Aug 13, 2024
2 parents 9ce16a0 + 9612eb4 commit e0c6af3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
images: ghcr.io/${{ github.event.repository.full_name }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{raw}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
Expand Down

0 comments on commit e0c6af3

Please sign in to comment.