Skip to content

Commit fee12a1

Browse files
Bump docker/login-action from 3 to 4 in /.github/workflows (#1522)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4452e0 commit fee12a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/stable-cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
echo "image_tag=$(echo ${{github.ref}} | awk -F/ '{print $NF}')" >> $GITHUB_OUTPUT
9292
-
9393
name: 💳 Docker Hub Identification
94-
uses: docker/login-action@v3
94+
uses: docker/login-action@v4
9595
with:
9696
username: ${{secrets.DOCKERHUB_USERNAME}}
9797
password: ${{secrets.DOCKERHUB_TOKEN}}

.github/workflows/unstable-cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: echo "tar_file=$(find ./target/ -maxdepth 1 -regextype posix-extended -regex '.*/.*-[0-9]+\.[0-9]+\.[0-9]+(-SNAPSHOT)?-bin\.tar\.gz')" >> $GITHUB_OUTPUT
9292
-
9393
name: 💳 Docker Hub Identification
94-
uses: docker/login-action@v3
94+
uses: docker/login-action@v4
9595
with:
9696
username: ${{secrets.DOCKERHUB_USERNAME}}
9797
password: ${{secrets.DOCKERHUB_TOKEN}}

0 commit comments

Comments
 (0)