File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
# Login against a Docker registry
43
43
# https://github.com/docker/login-action
44
44
- name : Log into registry ${{ env.REGISTRY }}
45
- uses : docker/login-action@v3.4 .0
45
+ uses : docker/login-action@v3.5 .0
46
46
with :
47
47
registry : ${{ env.REGISTRY }}
48
48
username : ${{ github.actor }}
@@ -135,7 +135,7 @@ jobs:
135
135
# Login against a Docker registry
136
136
# https://github.com/docker/login-action
137
137
- name : Log into registry ${{ env.REGISTRY }}
138
- uses : docker/login-action@v3.4 .0
138
+ uses : docker/login-action@v3.5 .0
139
139
with :
140
140
registry : ${{ env.REGISTRY }}
141
141
username : ${{ github.actor }}
@@ -237,7 +237,7 @@ jobs:
237
237
# Login against a Docker registry
238
238
# https://github.com/docker/login-action
239
239
- name : Log into registry ${{ env.REGISTRY }}
240
- uses : docker/login-action@v3.4 .0
240
+ uses : docker/login-action@v3.5 .0
241
241
with :
242
242
registry : ${{ env.REGISTRY }}
243
243
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments