Skip to content

Commit

Permalink
Use normal docker semver tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
PurkkaKoodari authored Jul 26, 2024
1 parent ef77221 commit acca779
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
flavor: |
latest=${{ github.ref == 'refs/heads/dev' }}
tags: |
type=semver,pattern={{raw}},enable=${{ github.ref_type == 'tag' }}
type=semver,pattern={{version}},enable=${{ github.ref_type == 'tag' }}
type=semver,pattern={{major}}.{{minor}},enable=${{ github.ref_type == 'tag' }}
type=ref,event=branch,enable=${{ github.ref_type == 'branch' }}
type=sha
- name: Get version tag
Expand Down

0 comments on commit acca779

Please sign in to comment.