diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ffda23..074c0be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v5 # 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 Container registry - uses: docker/login-action@bdf14dc17331d6af6f3653e7ca655ee4a136baa5 + uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}