From db75ece34c208f2132aacee68d2d6e51b51a06d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 15:22:59 +0000 Subject: [PATCH] Bump docker/login-action from 2 to 3 Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-nocache.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-nocache.yml b/.github/workflows/build-nocache.yml index 8dd3b972b..234105875 100644 --- a/.github/workflows/build-nocache.yml +++ b/.github/workflows/build-nocache.yml @@ -39,7 +39,7 @@ jobs: echo "GIT_SHORT_SHA=${GIT_SHORT_SHA}" >> $GITHUB_ENV - name: Login to GitHub Container Repository - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a86ec982..790800a69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: echo "GIT_BRANCH=${GIT_REF##*/}" >> $GITHUB_ENV - name: Login to GitHub Container Repository - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }}