Skip to content

Commit

Permalink
fix: Retain metadata in Docker image version
Browse files Browse the repository at this point in the history
This ensures metadata is not stripped from the version as reported in docker/metadata-action#384
  • Loading branch information
srounce authored Jul 1, 2024
1 parent 9ce16a0 commit 9612eb4
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 9612eb4

Please sign in to comment.