From d46b6481348d9a2984b78cd96e9ce2aaa219b11c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:26:58 +0000 Subject: [PATCH] Update docker/login-action digest to 184bdaa (#148) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index be44391..967503e 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -20,13 +20,13 @@ jobs: contents: read packages: write steps: - - uses: docker/login-action@ef38ec311a7df3f01475313e7c5bb584b74b112a + - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: docker/login-action@ef38ec311a7df3f01475313e7c5bb584b74b112a + - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 if: github.event_name != 'pull_request' with: registry: ghcr.io