From d19061653ab62816251b92c6f116adc0617612bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:46:51 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 3.1.0 to 3.3.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/e92390c5fb421da1463c202d546fed0ec5c39f20...9780b0c442fbb1117ed29e0efdff1e18412f7567) --- 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 4645c6d4..53da1787 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@e92390c5fb421da1463c202d546fed0ec5c39f20 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 with: registry: ghcr.io username: ${{ github.actor }}