Skip to content

Commit

Permalink
update the release workflow to include a floating tag (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm authored Jul 31, 2024
1 parent e9d6619 commit 3abb8d2
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 @@ -55,6 +55,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 3abb8d2

Please sign in to comment.