Skip to content

Commit

Permalink
replace metadata variable 'branch' with 'github.ref_name'
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadTahir committed Aug 18, 2022
1 parent 3ce6227 commit 267fb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 267fb70

Please sign in to comment.