File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
using : " composite"
6
6
steps :
7
7
- name : Login to Docker Hub
8
- uses : docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
8
+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
9
9
with :
10
10
username : ${{ inputs.dockerhub-username }}
11
11
password : ${{ inputs.dockerhub-token }}
12
12
- name : Login to GHCR
13
- uses : docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
13
+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
14
14
with :
15
15
registry : ghcr.io
16
16
username : ${{ inputs.ghcr-username }}
Original file line number Diff line number Diff line change @@ -69,14 +69,14 @@ jobs:
69
69
70
70
- name : Login to Docker Hub # Authenticate to Docker Hub
71
71
if : ${{ !inputs.dry-run }}
72
- uses : docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
72
+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
73
73
with :
74
74
username : ${{ secrets.DOCKERHUB_USERNAME }}
75
75
password : ${{ secrets.DOCKERHUB_TOKEN }}
76
76
77
77
- name : Login to GHCR # Authenticate to GHCR
78
78
if : ${{ !inputs.dry-run }}
79
- uses : docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
79
+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
80
80
with :
81
81
registry : ghcr.io
82
82
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments