File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 40
40
fi
41
41
42
42
- name : Login to GitHub Container Registry
43
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
43
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
44
44
with :
45
45
registry : ghcr.io
46
46
username : ${{ github.actor }}
@@ -114,7 +114,7 @@ jobs:
114
114
fi
115
115
116
116
- name : Login to GitHub Container Registry
117
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
117
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
118
118
with :
119
119
registry : ghcr.io
120
120
username : ${{ github.actor }}
@@ -201,7 +201,7 @@ jobs:
201
201
fi
202
202
203
203
- name : Login to GitHub Container Registry
204
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
204
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
205
205
with :
206
206
registry : ghcr.io
207
207
username : ${{ github.actor }}
@@ -280,7 +280,7 @@ jobs:
280
280
fi
281
281
282
282
- name : Login to GitHub Container Registry
283
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
283
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
284
284
with :
285
285
registry : ghcr.io
286
286
username : ${{ github.actor }}
Original file line number Diff line number Diff line change 32
32
CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
33
33
34
34
- name : Login to GitHub Container Registry
35
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
35
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
36
36
with :
37
37
registry : ghcr.io
38
38
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments