Skip to content

Commit

Permalink
ci: push semver tags only when default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Jan 15, 2024
1 parent e591c35 commit 79dd887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
tags: |
type=ref,event=pr
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}},enable={{is_default_branch}}
type=semver,pattern=v{{major}},enable={{is_default_branch}}
type=raw,value=unstable,enable={{is_default_branch}}
- name: Build and push to ghcr
Expand Down

0 comments on commit 79dd887

Please sign in to comment.