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 38
38
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
39
39
40
40
- name : Log in to the GitHub Container registry
41
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
41
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
42
42
with :
43
43
registry : ghcr.io
44
44
username : ${{ github.actor }}
96
96
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
97
97
98
98
- name : Log in to the GitHub Container registry
99
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
99
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
100
100
with :
101
101
registry : ghcr.io
102
102
username : ${{ github.actor }}
@@ -143,7 +143,7 @@ jobs:
143
143
id-token : write
144
144
steps :
145
145
- name : Log in to the GitHub Container registry
146
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
146
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
147
147
with :
148
148
registry : ghcr.io
149
149
username : ${{ github.actor }}
Original file line number Diff line number Diff line change 68
68
uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
69
69
70
70
- name : Log in to the GitHub Container registry
71
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
71
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
72
72
with :
73
73
registry : ghcr.io
74
74
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments