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 28
28
submodules : recursive
29
29
30
30
- name : Log into registry
31
- uses : docker/login-action@v3.0 .0
31
+ uses : docker/login-action@v3.1 .0
32
32
with :
33
33
registry : ghcr.io
34
34
username : ${{ github.actor }}
Original file line number Diff line number Diff line change 29
29
30
30
- name : Log into registry
31
31
if : env.PUSH == 'true'
32
- uses : docker/login-action@v3.0 .0
32
+ uses : docker/login-action@v3.1 .0
33
33
with :
34
34
registry : ghcr.io
35
35
username : ${{ github.actor }}
76
76
77
77
- name : Log into registry
78
78
if : env.PUSH == 'true'
79
- uses : docker/login-action@v3.0 .0
79
+ uses : docker/login-action@v3.1 .0
80
80
with :
81
81
registry : ghcr.io
82
82
username : ${{ github.actor }}
@@ -118,7 +118,7 @@ jobs:
118
118
119
119
- name : Log into registry
120
120
if : env.PUSH == 'true'
121
- uses : docker/login-action@v3.0 .0
121
+ uses : docker/login-action@v3.1 .0
122
122
with :
123
123
registry : ghcr.io
124
124
username : ${{ github.actor }}
@@ -159,7 +159,7 @@ jobs:
159
159
160
160
- name : Log into registry
161
161
if : env.PUSH == 'true'
162
- uses : docker/login-action@v3.0 .0
162
+ uses : docker/login-action@v3.1 .0
163
163
with :
164
164
registry : ghcr.io
165
165
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments