Skip to content

Commit

Permalink
This makes sense
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Sep 19, 2024
1 parent c62eb91 commit 7d86965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
type=ref,event=branch
type=ref,event=tag
type=raw,value=latest,enable={{is_default_branch}}
type=pep440,pattern={{major}}
type=pep440,pattern={{major}},event=tag
type=pep440,pattern={{major}}.{{minor}},event=tag
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 7d86965

Please sign in to comment.