From 6272bac6918dc1f4b2da79dba55ebe6ce30ab9fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:33:54 +0000 Subject: [PATCH] build(deps): bump docker/login-action from 3.0.0 to 3.1.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-image-base.yaml | 2 +- .github/workflows/call-release-image.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image-base.yaml b/.github/workflows/build-image-base.yaml index e3d87cf6f..a86dea97e 100644 --- a/.github/workflows/build-image-base.yaml +++ b/.github/workflows/build-image-base.yaml @@ -118,7 +118,7 @@ jobs: - name: Login to online register if: ${{ env.RUN_EXIST == 'false' }} - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: username: ${{ env.ONLINE_REGISTER_USER }} password: ${{ env.ONLINE_REGISTER_PASSWORD }} diff --git a/.github/workflows/call-release-image.yaml b/.github/workflows/call-release-image.yaml index c821071ff..3650d81c7 100644 --- a/.github/workflows/call-release-image.yaml +++ b/.github/workflows/call-release-image.yaml @@ -52,7 +52,7 @@ jobs: uses: docker/setup-buildx-action@v3.3.0 - name: Login to online register - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: username: ${{ env.ONLINE_REGISTER_USER }} password: ${{ env.ONLINE_REGISTER_PASSWORD }}