Skip to content

Commit a18912d

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 ec45385 commit a18912d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Login against a Docker registry
4343
# https://github.com/docker/login-action
4444
- name: Log into registry
45-
uses: docker/login-action@v3
45+
uses: docker/login-action@v4
4646
with:
4747
registry: ghcr.io
4848
username: ${{ github.actor }}
@@ -92,7 +92,7 @@ jobs:
9292
# Login against a Docker registry
9393
# https://github.com/docker/login-action
9494
- name: Log into registry
95-
uses: docker/login-action@v3
95+
uses: docker/login-action@v4
9696
with:
9797
username: ${{ secrets.DOCKER_USERNAME }}
9898
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)