Skip to content

Commit 22e17ed

Browse files
chore(deps): update docker/login-action action to v4.5.0
1 parent 626ee80 commit 22e17ed

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
@@ -92,14 +92,14 @@ jobs:
9292
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
9393

9494
- name: Login to GitHub Container Registry
95-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
95+
uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0
9696
with:
9797
registry: ghcr.io
9898
username: ${{ github.actor }}
9999
password: ${{ secrets.GITHUB_TOKEN }}
100100

101101
- name: Login to DockerHub
102-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
102+
uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0
103103
with:
104104
username: ${{ secrets.DOCKERHUB_USERNAME }}
105105
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)