Skip to content

Commit

Permalink
chore: tag images with a v-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
transcaffeine committed Oct 19, 2023
1 parent 1585c78 commit 32dfe87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ jobs:
registry: docker-oss.nexus.famedly.de
image_name: powerdns
build_args: "VERSION=${{ github.ref_name }}"
tags: |2
type=match,group=1,pattern=(v\d+.\d+.\d+)_\d+
type=match,group=1,pattern=(v\d+.\d+.\d+_\d+)
flavor: |2
prefix=v
secrets: inherit

0 comments on commit 32dfe87

Please sign in to comment.