Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Commit 6db4b43

Browse files
committed
Tag docker images with semver+major
1 parent 906029c commit 6db4b43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
images: ghcr.io/janw/pi-hole-influx
2424
tags: |
2525
type=ref,event=pr
26-
type=ref,event=tag
26+
type=semver,pattern=v{{major}}
27+
type=semver,pattern=v{{version}}
2728
type=edge,branch=$repo.default_branch
2829
type=raw,value=latest,enable={{is_default_branch}}
2930

0 commit comments

Comments
 (0)