File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ jobs:
52
52
53
53
with :
54
54
config : .github/buildkitd.toml
55
- - uses : docker/login-action@v3.4 .0
55
+ - uses : docker/login-action@v3.5 .0
56
56
with :
57
57
username : ${{ secrets.DOCKER_RELEASE_USER }}
58
58
password : ${{ secrets.DOCKER_RELEASE_PASS }}
59
- - uses : docker/login-action@v3.4 .0
59
+ - uses : docker/login-action@v3.5 .0
60
60
with :
61
61
registry : ghcr.io
62
62
username : ${{ github.actor }}
Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ jobs:
52
52
53
53
with :
54
54
config : .github/buildkitd.toml
55
- - uses : docker/login-action@v3.4 .0
55
+ - uses : docker/login-action@v3.5 .0
56
56
with :
57
57
username : ${{ secrets.DOCKER_RELEASE_USER }}
58
58
password : ${{ secrets.DOCKER_RELEASE_PASS }}
59
- - uses : docker/login-action@v3.4 .0
59
+ - uses : docker/login-action@v3.5 .0
60
60
with :
61
61
registry : ghcr.io
62
62
username : ${{ github.actor }}
Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ jobs:
52
52
53
53
with :
54
54
config : .github/buildkitd.toml
55
- - uses : docker/login-action@v3.4 .0
55
+ - uses : docker/login-action@v3.5 .0
56
56
with :
57
57
username : ${{ secrets.DOCKER_RELEASE_USER }}
58
58
password : ${{ secrets.DOCKER_RELEASE_PASS }}
59
- - uses : docker/login-action@v3.4 .0
59
+ - uses : docker/login-action@v3.5 .0
60
60
with :
61
61
registry : ghcr.io
62
62
username : ${{ github.actor }}
Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ jobs:
52
52
53
53
with :
54
54
config : .github/buildkitd.toml
55
- - uses : docker/login-action@v3.4 .0
55
+ - uses : docker/login-action@v3.5 .0
56
56
with :
57
57
username : ${{ secrets.DOCKER_RELEASE_USER }}
58
58
password : ${{ secrets.DOCKER_RELEASE_PASS }}
59
- - uses : docker/login-action@v3.4 .0
59
+ - uses : docker/login-action@v3.5 .0
60
60
with :
61
61
registry : ghcr.io
62
62
username : ${{ github.actor }}
Original file line number Diff line number Diff line change @@ -148,12 +148,12 @@ jobs:
148
148
with :
149
149
config : .github/buildkitd.toml
150
150
- name : Login to Docker
151
- uses : docker/login-action@v3.4 .0
151
+ uses : docker/login-action@v3.5 .0
152
152
with :
153
153
username : ${{ secrets.DOCKER_RELEASE_USER }}
154
154
password : ${{ secrets.DOCKER_RELEASE_PASS }}
155
155
- name : Login to GHCR
156
- uses : docker/login-action@v3.4 .0
156
+ uses : docker/login-action@v3.5 .0
157
157
with :
158
158
registry : ghcr.io
159
159
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments