diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index b1ebcd51d..561bbd198 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -40,7 +40,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Log in to the Container registry if: contains(steps.release_plz.outputs.packages_released, 'pumpkin-solver') - uses: docker/login-action@3864d6aed8ff134b2ed894ce00c87695c709c870 + uses: docker/login-action@a244be39449bb9d5bcc834770924d8c3f72806ab with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}