File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
xvfb-run python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"
124
124
125
125
- name : " Login in Github container registry"
126
- uses : docker/login-action@v2.1 .0
126
+ uses : docker/login-action@v2.2 .0
127
127
with :
128
128
registry : ghcr.io
129
129
username : ${{ secrets.GH_USERNAME }}
@@ -309,7 +309,7 @@ jobs:
309
309
xvfb-run python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"
310
310
311
311
- name : " Login in Github container registry"
312
- uses : docker/login-action@v2.1 .0
312
+ uses : docker/login-action@v2.2 .0
313
313
with :
314
314
registry : ghcr.io
315
315
username : ${{ secrets.GH_USERNAME }}
Original file line number Diff line number Diff line change 53
53
xvfb-run python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"
54
54
55
55
- name : " Login in Github container registry"
56
- uses : docker/login-action@v2.1 .0
56
+ uses : docker/login-action@v2.2 .0
57
57
with :
58
58
registry : ghcr.io
59
59
username : ${{ secrets.GH_USERNAME }}
You can’t perform that action at this time.
0 commit comments