Skip to content

Commit 21f6dc8

Browse files
authored
Retry docker login (#158)
* Retry this one * And this * fixup * mein gott in himmel
1 parent 26c68e4 commit 21f6dc8

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/matrix.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,13 @@ jobs:
7777
- name: docker setup buildx
7878
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
7979
- name: docker login ghcr.io
80-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
80+
uses: Wandalen/wretry.action@e68c23e6309f2871ca8ae4763e7629b9c258e1ea # v3.8.0
8181
with:
82-
registry: ghcr.io
83-
username: "${{github.actor}}"
84-
password: "${{secrets.GITHUB_TOKEN}}"
82+
action: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
83+
with: |
84+
registry: ghcr.io
85+
username: "${{github.actor}}"
86+
password: "${{secrets.GITHUB_TOKEN}}"
8587
- name: restore ccache
8688
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.2
8789
with:

0 commit comments

Comments
 (0)