From 51680a2314726517dca4c9c4ff95ce35c50726b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 07:08:52 +0000 Subject: [PATCH] Update docker/login-action digest to 7c309e7 --- .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..d93881a 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@7c309e74e68d0a0055fd02607b10b3d96510544c with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/publish_mr.yml b/.github/workflows/publish_mr.yml index 29b27e1..2d962c5 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@7c309e74e68d0a0055fd02607b10b3d96510544c with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}