diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5c4c5b..58bfc05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v2 with: - repository: ghcr.io + registry: ghcr.io username: matteodelabre password: ${{ secrets.CR_PAT }} - name: Build and publish images