diff --git a/.github/workflows/docker-ci.yml b/.github/workflows/docker-ci.yml index 289c2ab..be2bf3e 100644 --- a/.github/workflows/docker-ci.yml +++ b/.github/workflows/docker-ci.yml @@ -34,7 +34,7 @@ jobs: # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' - uses: docker/login-action@9fe7774c8f8ebfade96f0a62aa10f3882309d517 + uses: docker/login-action@da5b89b92c1be57a07eeed1334a0728b94145654 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 6527ca6..f74eec3 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -45,7 +45,7 @@ jobs: # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' - uses: docker/login-action@9fe7774c8f8ebfade96f0a62aa10f3882309d517 + uses: docker/login-action@da5b89b92c1be57a07eeed1334a0728b94145654 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}