We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docker login
1 parent 26c68e4 commit 21f6dc8Copy full SHA for 21f6dc8
1 file changed
.github/workflows/matrix.yml
@@ -77,11 +77,13 @@ jobs:
77
- name: docker setup buildx
78
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
79
- name: docker login ghcr.io
80
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
+ uses: Wandalen/wretry.action@e68c23e6309f2871ca8ae4763e7629b9c258e1ea # v3.8.0
81
with:
82
- registry: ghcr.io
83
- username: "${{github.actor}}"
84
- password: "${{secrets.GITHUB_TOKEN}}"
+ action: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
+ with: |
+ registry: ghcr.io
85
+ username: "${{github.actor}}"
86
+ password: "${{secrets.GITHUB_TOKEN}}"
87
- name: restore ccache
88
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.2
89
0 commit comments