From 1a65a93a3601d36a9c9b1eaa87ed3d99ca7df59d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:41:27 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to e92390c (#258) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/docker-build/action.yaml | 2 +- .github/workflows/next-container-build.yaml | 2 +- .github/workflows/pr-container-build.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/docker-build/action.yaml b/.github/actions/docker-build/action.yaml index 5d957111..456f701f 100644 --- a/.github/actions/docker-build/action.yaml +++ b/.github/actions/docker-build/action.yaml @@ -70,7 +70,7 @@ runs: - name: Log in to the Container registry if: ${{ inputs.push }} - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 with: registry: ${{ inputs.registry }} username: ${{ inputs.username }} diff --git a/.github/workflows/next-container-build.yaml b/.github/workflows/next-container-build.yaml index 8673393a..abf3d61e 100644 --- a/.github/workflows/next-container-build.yaml +++ b/.github/workflows/next-container-build.yaml @@ -79,7 +79,7 @@ jobs: - name: Login to quay.io # run this stage only if there are changes that match the includes and not the excludes if: ${{ env.CHANGES != '' }} - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 with: registry: ${{ env.REGISTRY }} username: ${{ vars.QUAY_USERNAME }} diff --git a/.github/workflows/pr-container-build.yaml b/.github/workflows/pr-container-build.yaml index 72bc74b2..0d857e77 100644 --- a/.github/workflows/pr-container-build.yaml +++ b/.github/workflows/pr-container-build.yaml @@ -102,7 +102,7 @@ jobs: - name: Login to quay.io # run this stage only if there are changes that match the includes and not the excludes if: ${{ env.CHANGES != '' }} - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 with: registry: ${{ env.REGISTRY }} username: ${{ vars.QUAY_USERNAME }}