Skip to content

Commit

Permalink
fix: docker workflow tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jul 21, 2024
1 parent 5f685db commit d1691e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
type=ref,event=branch
type=ref,event=pr
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}.{{minor}}.{{patch}}
- name: Build and push Docker image
id: push
Expand Down

0 comments on commit d1691e1

Please sign in to comment.