From f073432a60be3627706b25055c323187b8cdbe8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 09:27:09 +0000 Subject: [PATCH] Update docker/login-action digest to cc69329 --- .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..a20f0a5 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@cc693296f218b10234a56e00d228a6bbef62eb84 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/publish_mr.yml b/.github/workflows/publish_mr.yml index 29b27e1..f1c66ea 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@cc693296f218b10234a56e00d228a6bbef62eb84 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}