diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0017d87..c4aab18 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,6 +22,12 @@ jobs: KRAFTKIT_NO_CHECK_UPDATES: true SERVICE_DOMAIN: schemas.sourcemeta.com steps: + - uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + - uses: actions/checkout@v4 - uses: chrnorm/deployment-action@v2