This commit is contained in:
Thomas Sauter 2025-10-22 22:09:33 +02:00
parent 06500c80d0
commit be984d14a1
Signed by: thomas.sauter
GPG key ID: 015161F81E6A3C65
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
tags: |
type=ref,event=branch,branch=dev,suffix=-{{sha}},optional=true
type=ref,event=branch,branch=dev,value=dev,optional=true
type=match,event=tag,pattern=_v(.*),group=1,prefix=v,optional=true
type=match,event=tag,pattern=v(.*),group=1,prefix=v,optional=true
- name: Print (debug) Docker meta JSON
uses: https://github.com/actions/github-script@v7

View file

@ -22,7 +22,7 @@ jobs:
tags: |
type=ref,event=branch,branch=dev,suffix=-{{sha}},optional=true
type=ref,event=branch,branch=dev,value=dev,optional=true
type=match,event=tag,pattern=_v(.*),group=1,prefix=v,optional=true
type=match,event=tag,pattern=v(.*),group=1,prefix=v,optional=true
- name: Print (debug) Docker meta JSON
uses: https://github.com/actions/github-script@v7