File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 69
69
uses : docker/setup-buildx-action@v3
70
70
71
71
- name : Log in to the Container registry
72
- uses : docker/login-action@v3.1 .0
72
+ uses : docker/login-action@v3.2 .0
73
73
with :
74
74
registry : ${{ env.REGISTRY }}
75
75
username : ${{ github.actor }}
@@ -126,7 +126,7 @@ jobs:
126
126
uses : actions/checkout@v4
127
127
128
128
- name : Log in to the Container registry
129
- uses : docker/login-action@v3.1 .0
129
+ uses : docker/login-action@v3.2 .0
130
130
with :
131
131
registry : ${{ env.REGISTRY }}
132
132
username : ${{ github.actor }}
@@ -162,7 +162,7 @@ jobs:
162
162
cosign-release : ' v2.2.2'
163
163
164
164
- name : Log in to the Container registry
165
- uses : docker/login-action@v3.1 .0
165
+ uses : docker/login-action@v3.2 .0
166
166
with :
167
167
registry : ${{ env.REGISTRY }}
168
168
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments