File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -307,14 +307,14 @@ jobs:
307
307
tags : localhost:5000/nginx-oss-s3-gateway:oss
308
308
309
309
- name : Login to GitHub Container Registry
310
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
310
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
311
311
with :
312
312
registry : ghcr.io
313
313
username : ${{ github.repository_owner }}
314
314
password : ${{ secrets.GITHUB_TOKEN }}
315
315
316
316
- name : Login to Docker Hub
317
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
317
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
318
318
with :
319
319
username : ${{ secrets.DOCKER_HUB_USERNAME }}
320
320
password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments