Skip to content

Commit d7761d5

Browse files
Bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f0e8961 commit d7761d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-container-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout repository
2121
uses: actions/checkout@v5
2222
- name: Log in to the Container registry
23-
uses: docker/login-action@v3
23+
uses: docker/login-action@v4
2424
with:
2525
registry: ${{ env.REGISTRY }}
2626
username: ${{ github.actor }}

0 commit comments

Comments
 (0)