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 4cc0088 commit 0ed71d7Copy full SHA for 0ed71d7
1 file changed
.github/workflows/upload_dockerhub.yml
@@ -72,7 +72,7 @@ jobs:
72
# tag with pr number for pull requests
73
type=ref,event=pr
74
# branch pushes: include branch name
75
- type=sha,event=branch,prefix={{branch}}-
+ # type=sha,event=branch,prefix={{branch}}-
76
# everything else: safe prefix
77
type=sha,prefix=sha-
78
labels: |
0 commit comments