From 167fd81d7e94df4e69dbdf0e04571027226f27f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 01:38:25 +0000 Subject: [PATCH] Update docker/login-action digest to 5f4866a --- .github/workflows/publish.yml | 2 +- .github/workflows/publish_mr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e4cf265..6f3d130 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v3 - name: Log in to the Container registry - uses: docker/login-action@40891eba8c2bcd1309b07ba8b11232f313e86779 + uses: docker/login-action@5f4866a30a54f16a52d2ecb4a3898e9e424939cf with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/publish_mr.yml b/.github/workflows/publish_mr.yml index 29b27e1..fd1636f 100644 --- a/.github/workflows/publish_mr.yml +++ b/.github/workflows/publish_mr.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3 - name: Log in to the Container registry - uses: docker/login-action@40891eba8c2bcd1309b07ba8b11232f313e86779 + uses: docker/login-action@5f4866a30a54f16a52d2ecb4a3898e9e424939cf with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}