mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-22 21:27:05 +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
|
||||
tags: |
|
||||
# Cache
|
||||
type=raw,value={{branch}}-cache
|
||||
type=raw,value=${{ github.ref_name }}-cache
|
||||
|
||||
# Branches
|
||||
type=ref,event=branch
|
||||
|
||||
Loading…
Reference in New Issue
Block a user