Skip to content

Commit ae25d5f

Browse files
committed
Update build.yml
1 parent 43435aa commit ae25d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292
- name: Set up Docker Buildx
9393
uses: docker/setup-buildx-action@v3
9494

95-
- name: Login to Quay.io Container Registry
96-
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'pypa/manylinux'
95+
- name: Login to GitHub Container Registry
96+
if: github.event_name == 'push' && github.ref == 'refs/heads/ghcr-cache' && github.repository == 'pypa/manylinux'
9797
uses: docker/login-action@v3
9898
with:
9999
registry: ghcr.io

0 commit comments

Comments
 (0)