Skip to content

Commit 9109ca7

Browse files
build(deps): bump docker/login-action from 4.5.1 to 4.5.2 (#2050)
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@abd2ef4...371161b) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2fc721 commit 9109ca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-catnip-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@v7
2323
- name: Log in to the Container registry
24-
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7
24+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c
2525
with:
2626
registry: ${{ env.REGISTRY }}
2727
username: ${{ github.actor }}

0 commit comments

Comments
 (0)