From 3ffe2a879aeaf73c044700e164c7ca8cd913124b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:11:55 +0000 Subject: [PATCH] Bump docker/login-action from 1.10.0 to 3.1.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 3.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/f054a8b539a109f9f41c372932f1ae047eff08c9...e92390c5fb421da1463c202d546fed0ec5c39f20) --- 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b065991582..dd24424c54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: echo "IMAGE=$IMAGE_BASE:$TAG" >> $GITHUB_ENV - name: Login to GitHub Packages Docker Registry - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 # Use commit-sha1 instead of tag for security concerns + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # Use commit-sha1 instead of tag for security concerns with: registry: ghcr.io username: ${{ github.actor }}