From cd98e056a61940b91760d4a45b9c471017ed0bb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:44:04 +0000 Subject: [PATCH] Update docker/login-action digest to b4bedf8 --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 422e698a..cf7fd30e 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to Docker Hub - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6 with: # This is your Docker Hub username and password. username: ${{ secrets.DOCKER_USERNAME }} @@ -32,7 +32,7 @@ jobs: # Uses the docker/login-action action to log in to the Container registry registry using the account and password that will publish the packages. # Once published, the packages are scoped to the account defined here. - name: Log in to the GitHub Container registry - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6 with: registry: ghcr.io username: ${{ github.actor }}