Skip to content

Commit 309556f

Browse files
build(deps): bump docker/login-action
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>
1 parent f0f950d commit 309556f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/one_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
7171

7272
- name: Log in to the Github Container registry
73-
uses: docker/login-action@06895751d15a223ec091bea144ad5c7f50d228d0
73+
uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0
7474
with:
7575
registry: ghcr.io
7676
username: ${{ github.actor }}

0 commit comments

Comments
 (0)