Skip to content

Commit fb43d02

Browse files
chore: bump docker/login-action from 4.2.0 to 4.6.0 (#7919)
1 parent b965344 commit fb43d02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ jobs:
112112
- uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
113113
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
114114

115-
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
115+
- uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
116116
with:
117117
username: ${{ secrets.DOCKER_USERNAME }}
118118
password: ${{ secrets.DOCKER_PASSWORD }}
119-
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
119+
- uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
120120
with:
121121
registry: ghcr.io
122122
username: ${{ github.actor }}

0 commit comments

Comments
 (0)