Skip to content

Commit 2383fef

Browse files
dependabot[bot]Sean-Der
authored andcommitted
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 30a5ec0 commit 2383fef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-container.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
uses: docker/setup-buildx-action@v4
2626

2727
- name: Login to Docker Hub
28-
uses: docker/login-action@v3
28+
uses: docker/login-action@v4
2929
with:
3030
username: ${{ secrets.DOCKERHUB_USERNAME }}
3131
password: ${{ secrets.DOCKERHUB_TOKEN }}
3232

3333
- name: 'Login to GitHub Container Registry'
34-
uses: docker/login-action@v3
34+
uses: docker/login-action@v4
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)