update handling of latest tag
This commit is contained in:
parent
be984d14a1
commit
d585aa45d2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-standalone.yaml
vendored
3
.github/workflows/build-standalone.yaml
vendored
|
|
@ -23,6 +23,9 @@ jobs:
|
|||
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(.*),value=latest,optional=true
|
||||
flavor: |
|
||||
latest=false
|
||||
|
||||
- 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