From b9dba25cfd9790d21ff942247fb4b48923c0e8c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:31:03 +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/v3...v3.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build_and_push_image.yaml | 2 +- .github/workflows/deploy_app.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_push_image.yaml b/.github/workflows/build_and_push_image.yaml index 73a9183..4e9187a 100644 --- a/.github/workflows/build_and_push_image.yaml +++ b/.github/workflows/build_and_push_image.yaml @@ -38,7 +38,7 @@ jobs: repository: zooniverse/${{ inputs.repo_name }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/deploy_app.yaml b/.github/workflows/deploy_app.yaml index b9ccfda..18088fe 100644 --- a/.github/workflows/deploy_app.yaml +++ b/.github/workflows/deploy_app.yaml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v4 - name: Login to GitHub Container Registry - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{ github.actor }}