We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3ec00 commit bc89db5Copy full SHA for bc89db5
.github/workflows/docker-publish.yml
@@ -46,7 +46,7 @@ jobs:
46
type=semver,pattern={{version}}
47
type=semver,pattern={{major}}.{{minor}}
48
type=semver,pattern={{major}}
49
- type=sha,prefix={{branch}}-
+ type=sha,prefix=sha-
50
type=raw,value=latest,enable={{is_default_branch}}
51
52
- name: Build and push Docker image
0 commit comments