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 @@ -20,12 +20,12 @@ jobs:
20
20
uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 https://github.com/docker/setup-qemu-action/releases/tag/v3.6.0
21
21
- uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 https://github.com/docker/setup-buildx-action/releases/tag/v3.11.1
22
22
- name : Login to Docker Hub
23
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0 https://github.com/docker/login-action/releases/tag/v3.4 .0
23
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0 https://github.com/docker/login-action/releases/tag/v3.5 .0
24
24
with :
25
25
username : blinklabs
26
26
password : ${{ secrets.DOCKER_PASSWORD }} # uses token
27
27
- name : Login to GHCR
28
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0 https://github.com/docker/login-action/releases/tag/v3.4 .0
28
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0 https://github.com/docker/login-action/releases/tag/v3.5 .0
29
29
with :
30
30
registry : ghcr.io
31
31
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments