From eeecdf78122d0dfc54aa1528a980809a3bbcaf8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 06:35:15 +0000 Subject: [PATCH] Bump docker/login-action from 3.0.0 to 3.2.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/343f7c4344506bcbf9b4de18042ae17996df046d...0d4c9c5ea7693da7b068278f7b52bda2a190a446) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/prod_push.yaml | 2 +- .github/workflows/test_staging_push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prod_push.yaml b/.github/workflows/prod_push.yaml index 441b8eb..97b07c9 100644 --- a/.github/workflows/prod_push.yaml +++ b/.github/workflows/prod_push.yaml @@ -18,7 +18,7 @@ jobs: persist-credentials: false - name: Log in to the Container registry - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/test_staging_push.yml b/.github/workflows/test_staging_push.yml index f674e71..c039283 100644 --- a/.github/workflows/test_staging_push.yml +++ b/.github/workflows/test_staging_push.yml @@ -33,7 +33,7 @@ jobs: python3 staging/update.py dev staging - name: Log in to the Container registry - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 with: registry: ghcr.io username: ${{ github.actor }}