Skip to content

Commit

Permalink
Tag docker images with semver+major
Browse files Browse the repository at this point in the history
  • Loading branch information
janw committed Feb 11, 2023
1 parent 906029c commit 6db4b43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
images: ghcr.io/janw/pi-hole-influx
tags: |
type=ref,event=pr
type=ref,event=tag
type=semver,pattern=v{{major}}
type=semver,pattern=v{{version}}
type=edge,branch=$repo.default_branch
type=raw,value=latest,enable={{is_default_branch}}
Expand Down

0 comments on commit 6db4b43

Please sign in to comment.