diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7806d5c..e2045bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: echo EXECUTE=true >> $GITHUB_ENV - name: Log in to GitHub Docker Registry if: env.EXECUTE == 'true' - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee with: registry: ghcr.io username: ${{ github.actor }}