Skip to content

Commit 5ef8dee

Browse files
Bump docker/login-action (#213)
Bumps [docker/login-action](https://github.com/docker/login-action) from 916386b00027d425839f8da46d302dab33f5875b to 0567fa5ae8c9a197cb207537dc5cbb43ca3d803f. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@916386b...0567fa5) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 0567fa5ae8c9a197cb207537dc5cbb43ca3d803f dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25a94bf commit 5ef8dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Log in to the Container registry
34-
uses: docker/login-action@916386b00027d425839f8da46d302dab33f5875b
34+
uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f
3535
with:
3636
registry: ${{ env.REGISTRY }}
3737
username: ${{ github.actor }}

0 commit comments

Comments
 (0)