From a35273da74ee6862ea3a21b673b7988da3a28d09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:38:14 +0000 Subject: [PATCH] Update docker/login-action digest to 7ca3450 --- .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..90213333 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@7ca345011ac4304463197fac0e56eab1bc7e6af0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/publish_frontend.yml b/.github/workflows/publish_frontend.yml index d4122664..58f38a6c 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@7ca345011ac4304463197fac0e56eab1bc7e6af0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}