From ce4844cb26a6e08b7d2b79ebb4a7310ecc5b7e3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:54:10 +0000 Subject: [PATCH] Update docker/login-action digest to 9780b0c --- .github/workflows/publish_api.yml | 2 +- .github/workflows/publish_frontend.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_api.yml b/.github/workflows/publish_api.yml index edf136a0..bb26e061 100644 --- a/.github/workflows/publish_api.yml +++ b/.github/workflows/publish_api.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v3 - name: Log in to the Container registry - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/publish_frontend.yml b/.github/workflows/publish_frontend.yml index d4122664..33f25ccb 100644 --- a/.github/workflows/publish_frontend.yml +++ b/.github/workflows/publish_frontend.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v3 - name: Log in to the Container registry - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}