Skip to content

Commit c48288d

Browse files
chore(deps): bump docker/login-action in the github-actions group (#7401)
Bumps the github-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c6c00a commit c48288d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ jobs:
7070
uses: docker/setup-buildx-action@v4.0.0
7171

7272
- name: Log in to DockerHub
73-
uses: docker/login-action@v4.0.0
73+
uses: docker/login-action@v4.1.0
7474
with:
7575
username: ${{ secrets.DOCKER_HUB_USERNAME }}
7676
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
7777

7878
- name: Login to GitHub Container Registry
7979
if: env.HAS_GHCR_TOKEN == 'true'
80-
uses: docker/login-action@v4.0.0
80+
uses: docker/login-action@v4.1.0
8181
with:
8282
registry: ghcr.io
8383
username: ${{ env.GHCR_OWNER }}
@@ -169,14 +169,14 @@ jobs:
169169
uses: docker/setup-buildx-action@v4.0.0
170170

171171
- name: Log in to DockerHub
172-
uses: docker/login-action@v4.0.0
172+
uses: docker/login-action@v4.1.0
173173
with:
174174
username: ${{ secrets.DOCKER_HUB_USERNAME }}
175175
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
176176

177177
- name: Login to GitHub Container Registry
178178
if: env.HAS_GHCR_TOKEN == 'true'
179-
uses: docker/login-action@v4.0.0
179+
uses: docker/login-action@v4.1.0
180180
with:
181181
registry: ghcr.io
182182
username: ${{ env.GHCR_OWNER }}

0 commit comments

Comments
 (0)