diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2c42ad54..3f94c573 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,6 +18,13 @@ jobs: uses: actions/setup-node@v4 with: node-version: 22.x + + - name: Log in to the Container registry + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Install dependencies run: npm ci