Skip to content

Commit 1df33a6

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 6a3a422 commit 1df33a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-container.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
path: local
2626
- name: Log in to Docker Hub
27-
uses: docker/login-action@v3
27+
uses: docker/login-action@v4
2828
with:
2929
username: ${{ secrets.DOCKERHUB_USER }}
3030
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
path: local
7474
- name: Log in to Docker Hub
75-
uses: docker/login-action@v3
75+
uses: docker/login-action@v4
7676
with:
7777
username: ${{ secrets.DOCKERHUB_USER }}
7878
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
path: local
9898
- name: Log in to Docker Hub
99-
uses: docker/login-action@v3
99+
uses: docker/login-action@v4
100100
with:
101101
username: ${{ secrets.DOCKERHUB_USER }}
102102
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)