We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43435aa commit ae25d5fCopy full SHA for ae25d5f
.github/workflows/build.yml
@@ -92,8 +92,8 @@ jobs:
92
- name: Set up Docker Buildx
93
uses: docker/setup-buildx-action@v3
94
95
- - name: Login to Quay.io Container Registry
96
- if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'pypa/manylinux'
+ - name: Login to GitHub Container Registry
+ if: github.event_name == 'push' && github.ref == 'refs/heads/ghcr-cache' && github.repository == 'pypa/manylinux'
97
uses: docker/login-action@v3
98
with:
99
registry: ghcr.io
0 commit comments