From fbde2b9a41224edac0a8d0809df2e80a488fbcdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 10:37:34 +0900 Subject: [PATCH] chore(deps): update docker/login-action digest to d398f07 (#1438) Co-authored-by: Renovate Bot --- .github/workflows/release.yml | 2 +- .github/workflows/wip.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e1630b3..b9af78e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: version: latest - name: Login to DockerHub - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@d398f07826957cd0a18ea1b059cf1207835e60bc with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_ACCESS_TOKEN }} diff --git a/.github/workflows/wip.yml b/.github/workflows/wip.yml index 6d397b3e..c37f6962 100644 --- a/.github/workflows/wip.yml +++ b/.github/workflows/wip.yml @@ -37,7 +37,7 @@ jobs: version: latest - name: Login to DockerHub - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@d398f07826957cd0a18ea1b059cf1207835e60bc with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_ACCESS_TOKEN }}