mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-22 22:36:43 +00:00
replace metadata variable 'branch' with 'github.ref_name'
This commit is contained in:
parent
3ce6227dfc
commit
267fb7049a
2
.github/workflows/workflow.yaml
vendored
2
.github/workflows/workflow.yaml
vendored
@ -59,7 +59,7 @@ jobs:
|
|||||||
flavor: latest=false
|
flavor: latest=false
|
||||||
tags: |
|
tags: |
|
||||||
# Cache
|
# Cache
|
||||||
type=raw,value={{branch}}-cache
|
type=raw,value=${{ github.ref_name }}-cache
|
||||||
|
|
||||||
# Branches
|
# Branches
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user