Skip to content

Commit

Permalink
fix: update Docker build workflow to include patch version in semver …
Browse files Browse the repository at this point in the history
…pattern
  • Loading branch information
ndonathan committed Dec 21, 2024
1 parent ec227c1 commit 27039ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}.{{minor}}.{{patch}}
type=sha
- name: Build and push Docker image
Expand Down

0 comments on commit 27039ff

Please sign in to comment.