From a416450f34dac589bb51b677f5483f8ae7976f1d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 22 Jul 2024 09:20:55 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 9780b0c --- .github/workflows/container-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-build.yml b/.github/workflows/container-build.yml index e218aa1..72287a5 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -54,14 +54,14 @@ jobs: type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }},priority=600 - name: Login to ghcr.io - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3 with: registry: ${{ env.REGISTRY_GH }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Login to quay.io - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3 with: registry: ${{ env.REGISTRY_QUAY }} username: "${{ secrets.QUAY_USERNAME }}"