We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6f939 commit 60b5ec8Copy full SHA for 60b5ec8
.github/workflows/Prebuild.yaml
@@ -25,6 +25,8 @@ jobs:
25
with:
26
images: ${{ env.REGISTRY }}/${{ github.repository }}
27
tags: |
28
+ type=ref,event=branch
29
+ type=ref,event=tag
30
# Set latest tag for default branch
31
type=raw,value=latest,enable={{is_default_branch}}
32
0 commit comments