Skip to content

Commit d37811f

Browse files
authored
Merge branch 'main' into new_branch
2 parents e2eccf8 + a338a0e commit d37811f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerhub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
uses: actions/checkout@v3
2525

2626
- name: Log in to Docker Hub
27-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
27+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
2828
with:
2929
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3030
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
3131

3232
- name: Extract metadata (tags, labels) for Docker
3333
id: meta
34-
uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e
34+
uses: docker/metadata-action@2c0bd771b40637d97bf205cbccdd294a32112176
3535
with:
3636
images: adversarialrobustnesstoolbox/releases
3737
tags: |

0 commit comments

Comments
 (0)