Skip to content

Commit 7ea9a22

Browse files
authored
Merge pull request #54 from trailofbits/dependabot/github_actions/docker/login-action-4
ci(deps): bump docker/login-action from 3 to 4
2 parents 1bd6e61 + 2be2018 commit 7ea9a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
type=edge
6060
6161
- name: GitHub Container Registry Login
62-
uses: docker/login-action@v3
62+
uses: docker/login-action@v4
6363
with:
6464
registry: ghcr.io
6565
username: ${{ github.actor }}
6666
password: ${{ secrets.GITHUB_TOKEN }}
6767

6868
- name: Docker Hub Login
69-
uses: docker/login-action@v3
69+
uses: docker/login-action@v4
7070
if: github.repository == 'trailofbits/eth-security-toolbox'
7171
with:
7272
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)