Skip to content

Commit bafe503

Browse files
chore(deps): 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 fd51a5f commit bafe503

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
# publish AFTER the boms were build, as the bom-generation is kind of a test if the image works
271271
- name: Login to DockerHub
272272
# see hhttps://github.com/docker/login-action?tab=readme-ov-file#docker-hub
273-
uses: docker/login-action@v3
273+
uses: docker/login-action@v4
274274
with:
275275
username: ${{ secrets.DOCKERHUB_USERNAME }}
276276
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -283,7 +283,7 @@ jobs:
283283
# region publish to GHCR
284284
- name: Login to GHCR
285285
# see https://github.com/docker/login-action#github-container-registry
286-
uses: docker/login-action@v3
286+
uses: docker/login-action@v4
287287
with:
288288
registry: ghcr.io
289289
username: ${{ github.actor }}

0 commit comments

Comments
 (0)