We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b921314 commit 622163dCopy full SHA for 622163d
.github/workflows/build-and-push.yaml
@@ -62,11 +62,11 @@ jobs:
62
tags: |
63
type=schedule
64
type=ref,event=branch
65
- type=ref,event=pr
+ type=ref,event=pr,suffix=-${{ github.event.pull_request.head.sha }}
66
+ type=raw,value={{branch}}-{{sha}}-{{date 'YYYYMMDDHHmmss'}},enable={{is_default_branch}}
67
type=semver,pattern=v{{version}}
68
type=semver,pattern=v{{major}}.{{minor}}
69
type=semver,pattern=v{{major}}
- type=sha
70
type=raw,value=${{ env.TAG }}, enable=true
71
72
- name: Build and push
0 commit comments