We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bd6e61 + 2be2018 commit 7ea9a22Copy full SHA for 7ea9a22
.github/workflows/docker.yml
@@ -59,14 +59,14 @@ jobs:
59
type=edge
60
61
- name: GitHub Container Registry Login
62
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
63
with:
64
registry: ghcr.io
65
username: ${{ github.actor }}
66
password: ${{ secrets.GITHUB_TOKEN }}
67
68
- name: Docker Hub Login
69
70
if: github.repository == 'trailofbits/eth-security-toolbox'
71
72
username: ${{ secrets.DOCKERHUB_USERNAME }}
0 commit comments