There was an error while loading. Please reload this page.
1 parent 6e588de commit a527ffcCopy full SHA for a527ffc
1 file changed
.github/workflows/release.yml
@@ -33,14 +33,14 @@ jobs:
33
34
# Login to DockerHub before push.
35
- name: Login to Docker Hub
36
- uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
+ uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
37
with:
38
username: ${{ secrets.DOCKER_USERNAME }}
39
password: ${{ secrets.DOCKER_PASSWORD }}
40
41
# Login to GitHub Container Registry before push.
42
- name: Log in to the Container registry
43
44
45
registry: ghcr.io
46
username: ${{ github.actor }}
0 commit comments