diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a79a9587..80043d4c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -460,6 +460,12 @@ jobs: with: name: docker-images path: images + - name: Login to GitHub Container Registry + uses: docker/login-action@v1 + with: + registry: ghcr.io + username: ${{ github.repository_owner }} + password: ${{ github.token }} - uses: ncipollo/release-action@v1 with: allowUpdates: true