From 719c567485a93b08dd9b84e353dbb26599db4db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 13:10:05 +0000 Subject: [PATCH] chore(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/343f7c4344506bcbf9b4de18042ae17996df046d...e92390c5fb421da1463c202d546fed0ec5c39f20) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push-backend-to-ghcr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-backend-to-ghcr.yaml b/.github/workflows/push-backend-to-ghcr.yaml index 8991f9af..b07c9c2c 100644 --- a/.github/workflows/push-backend-to-ghcr.yaml +++ b/.github/workflows/push-backend-to-ghcr.yaml @@ -58,7 +58,7 @@ jobs: nix build -L .#packages.x86_64-linux.primer-service-docker-image - name: Authenticate to ghcr.io - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 with: registry: ghcr.io username: ${{ github.actor }}