File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
xvfb-run python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"
158
158
159
159
- name : Login in Github Container registry
160
- uses : docker/login-action@v1
160
+ uses : docker/login-action@v2
161
161
with :
162
162
registry : ghcr.io
163
163
username : ${{ secrets.GH_USERNAME }}
@@ -282,7 +282,7 @@ jobs:
282
282
xvfb-run python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"
283
283
284
284
- name : Login in Github Container registry
285
- uses : docker/login-action@v1
285
+ uses : docker/login-action@v2
286
286
with :
287
287
registry : ghcr.io
288
288
username : ${{ secrets.GH_USERNAME }}
Original file line number Diff line number Diff line change 45
45
xvfb-run python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"
46
46
47
47
- name : Login in Github Container registry
48
- uses : docker/login-action@v1
48
+ uses : docker/login-action@v2
49
49
with :
50
50
registry : ghcr.io
51
51
username : ${{ secrets.GH_USERNAME }}
Original file line number Diff line number Diff line change 44
44
xvfb-run python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"
45
45
46
46
- name : Login in Github Container registry
47
- uses : docker/login-action@v1
47
+ uses : docker/login-action@v2
48
48
with :
49
49
registry : ghcr.io
50
50
username : ${{ secrets.GH_USERNAME }}
You can’t perform that action at this time.
0 commit comments