Skip to content

Commit aad1cdb

Browse files
ci: update docker/login-action action to v4.5.0 (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2900f1e commit aad1cdb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ jobs:
6969

7070
- name: "Login to DockerHub"
7171
if: inputs.dockerhub
72-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
72+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
7373
with:
7474
username: "${{ secrets.DOCKERHUB_USERNAME }}"
7575
password: "${{ secrets.DOCKERHUB_PASSWORD }}"
7676

7777
- name: "Login to GitHub Container Registry"
78-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
78+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
7979
with:
8080
registry: "ghcr.io"
8181
username: "${{ github.repository_owner }}"

0 commit comments

Comments
 (0)