Skip to content

Commit 6be0c60

Browse files
dependabot[bot]robert-scheck
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 2c67c1d commit 6be0c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ jobs:
9696
uses: docker/setup-buildx-action@v3
9797
- name: Login to Docker Hub
9898
if: github.event_name != 'pull_request'
99-
uses: docker/login-action@v3
99+
uses: docker/login-action@v4
100100
with:
101101
username: ${{ secrets.DOCKERHUB_USERNAME }}
102102
password: ${{ secrets.DOCKERHUB_TOKEN }}
103103
- name: Login to Quay Container Registry
104104
if: github.event_name != 'pull_request'
105-
uses: docker/login-action@v3
105+
uses: docker/login-action@v4
106106
with:
107107
registry: quay.io
108108
username: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)