Skip to content

Commit

Permalink
Merge pull request #63 from undistro/UD-1648
Browse files Browse the repository at this point in the history
UD-1648: update tags to define floating tag in addition to version
  • Loading branch information
knrc authored Jul 30, 2024
2 parents feb767b + 5886c5f commit 2932b0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=semver,prefix=v,pattern={{version}}
type=semver,prefix=v,pattern={{major}}.{{minor}}
- name: create dockerfile.cross
run: |
Expand Down

0 comments on commit 2932b0a

Please sign in to comment.