We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370bf07 commit b5a1b2bCopy full SHA for b5a1b2b
.github/workflows/publish-deployer.yaml
@@ -45,6 +45,8 @@ jobs:
45
tags: |
46
type=semver,pattern={{version}}
47
type=semver,pattern={{major}}.{{minor}}
48
+ type=ref,event=branch
49
+ type=sha,prefix={{branch}}-
50
github-token: ${{ secrets.GITHUB_TOKEN }}
51
52
- name: Verify GH_TOKEN
0 commit comments