diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 77c465e1..ebf9f367 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -37,7 +37,7 @@ jobs: # 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 Container registry - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef + uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}