Skip to content

Commit a527ffc

Browse files
chore(deps): bump docker/login-action from 4.5.1 to 4.6.0 (#413)
1 parent 6e588de commit a527ffc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333

3434
# Login to DockerHub before push.
3535
- name: Login to Docker Hub
36-
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
36+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
3737
with:
3838
username: ${{ secrets.DOCKER_USERNAME }}
3939
password: ${{ secrets.DOCKER_PASSWORD }}
4040

4141
# Login to GitHub Container Registry before push.
4242
- name: Log in to the Container registry
43-
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
43+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
4444
with:
4545
registry: ghcr.io
4646
username: ${{ github.actor }}

0 commit comments

Comments
 (0)