Log into GHCR
This commit is contained in:
parent
23df3ed2e1
commit
219c231005
|
@ -113,6 +113,13 @@ jobs:
|
|||
with:
|
||||
key: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
|
||||
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@66b46d086804a9e9782354100d96a3a445431bca # v2.14.0
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue