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 }}