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.
2 parents e2eccf8 + a338a0e commit d37811fCopy full SHA for d37811f
.github/workflows/dockerhub.yml
@@ -24,14 +24,14 @@ jobs:
24
uses: actions/checkout@v3
25
26
- name: Log in to Docker Hub
27
- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
+ uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
28
with:
29
username: ${{ secrets.DOCKER_HUB_USERNAME }}
30
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
31
32
- name: Extract metadata (tags, labels) for Docker
33
id: meta
34
- uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e
+ uses: docker/metadata-action@2c0bd771b40637d97bf205cbccdd294a32112176
35
36
images: adversarialrobustnesstoolbox/releases
37
tags: |
0 commit comments