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 690807f commit 0454600Copy full SHA for 0454600
.github/workflows/dockerhub.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
images: adversarialrobustnesstoolbox/releases
37
tags: |
38
- type=sha,pattern={{branch}}-{{version}}-{{sha}}
+ type=raw,value={{branch}}-{{version}}-{{sha}}
39
type=semver,pattern={{version}}
40
41
- name: Build and push Docker image
0 commit comments