update
This commit is contained in:
parent
06500c80d0
commit
be984d14a1
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-monorepo.yaml
vendored
2
.github/workflows/build-monorepo.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/build-standalone.yaml
vendored
2
.github/workflows/build-standalone.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue