From be984d14a1e635680870cca75ce17f2d8771f0b5 Mon Sep 17 00:00:00 2001 From: Thomas Sauter Date: Wed, 22 Oct 2025 22:09:33 +0200 Subject: [PATCH] update --- .github/workflows/build-monorepo.yaml | 2 +- .github/workflows/build-standalone.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-monorepo.yaml b/.github/workflows/build-monorepo.yaml index 64a0851..818c6a8 100644 --- a/.github/workflows/build-monorepo.yaml +++ b/.github/workflows/build-monorepo.yaml @@ -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 diff --git a/.github/workflows/build-standalone.yaml b/.github/workflows/build-standalone.yaml index 5b113f3..477a19b 100644 --- a/.github/workflows/build-standalone.yaml +++ b/.github/workflows/build-standalone.yaml @@ -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