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 f96e4c3 commit eebf551Copy full SHA for eebf551
.github/workflows/docker-publish.yml
@@ -47,7 +47,7 @@ jobs:
47
type=semver,pattern={{version}}
48
type=semver,pattern={{major}}.{{minor}}
49
type=semver,pattern={{major}}
50
- type=sha,prefix={{branch}}-
+ type=sha,prefix=sha-
51
type=raw,value=latest,enable={{is_default_branch}}
52
53
- name: Build and push Docker image
0 commit comments