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 33
33
- endpoint: ssh://${{ secrets.SSH_USER }}@${{ secrets.SSH_IP }}
34
34
35
35
- name : Login to GHCR
36
- uses : docker/login-action@v2.2.0
36
+ uses : docker/login-action@v3
37
37
with :
38
38
registry : ghcr.io
39
39
username : ${{ github.actor }}
74
74
uses : docker/setup-buildx-action@v2
75
75
76
76
- name : Login to GHCR
77
- uses : docker/login-action@v2.2.0
77
+ uses : docker/login-action@v3
78
78
with :
79
79
registry : ghcr.io
80
80
username : ${{ github.actor }}
Original file line number Diff line number Diff line change 36
36
- endpoint: ssh://${{ secrets.SSH_USER }}@${{ secrets.SSH_IP }}
37
37
38
38
- name : Login to GHCR
39
- uses : docker/login-action@v2.2.0
39
+ uses : docker/login-action@v3
40
40
with :
41
41
registry : ghcr.io
42
42
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments