This commit is contained in:
Thomas Sauter 2025-10-23 16:28:47 +02:00
parent d948827a0e
commit cb2d8f8a3a
Signed by: thomas.sauter
GPG key ID: 015161F81E6A3C65

View file

@ -30,7 +30,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(\\d+\\.\\d+\\.\\d+).*,group=1,prefix=v,optional=true
- name: Print (debug) Docker meta JSON
uses: https://github.com/actions/github-script@v8