Skip to content

Commit f808dfc

Browse files
Bump docker/login-action (#80)
Bumps [docker/login-action](https://github.com/docker/login-action) from 06895751d15a223ec091bea144ad5c7f50d228d0 to 7ca345011ac4304463197fac0e56eab1bc7e6af0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@0689575...7ca3450) --- updated-dependencies: - dependency-name: docker/login-action 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 01b155d commit f808dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Log in to the Container registry
22-
uses: docker/login-action@06895751d15a223ec091bea144ad5c7f50d228d0
22+
uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0
2323
with:
2424
registry: ${{ env.REGISTRY }}
2525
username: ${{ github.actor }}

0 commit comments

Comments
 (0)