Skip to content

Commit b118eac

Browse files
ci(deps): bump docker/login-action from 4.5.1 to 4.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.1 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@abd2ef4...dbcb813) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 100c43e commit b118eac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ jobs:
130130
131131
- name: Login to docker.io
132132
if: ${{ env.DOCKER_PUSH }}
133-
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
133+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
134134
with:
135135
username: ${{ secrets.DOCKER_HUB_USERNAME }}
136136
password: ${{ secrets.DOCKER_HUB_TOKEN }}
137137

138138

139139
- name: Login to ghcr.io
140140
if: ${{ env.DOCKER_PUSH_GHCR }}
141-
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
141+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
142142
with:
143143
registry: ghcr.io
144144
username: ${{ github.actor }}

0 commit comments

Comments
 (0)