We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfe644 commit 258517cCopy full SHA for 258517c
1 file changed
.github/workflows/build-and-push.yml
@@ -85,6 +85,7 @@ jobs:
85
type=sha,format=long,enable=${{github.event_name == 'pull_request' }}
86
# set latest tag for default branch
87
type=raw,value=latest,enable={{is_default_branch}}
88
+ type=ref,event=branch
89
flavor: |
90
latest=auto
91
prefix=
0 commit comments