We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3148233 commit 468f0baCopy full SHA for 468f0ba
.github/workflows/CI.yml
@@ -138,10 +138,6 @@ jobs:
138
with: { name: python-distribution-files, path: dist/ }
139
- uses: docker/setup-qemu-action@v2
140
- uses: docker/setup-buildx-action@v2
141
- - uses: docker/login-action@v2
142
- with:
143
- username: ${{ secrets.DOCKER_USERNAME }}
144
- password: ${{ secrets.DOCKER_PASSWORD }}
145
- uses: docker/login-action@v2
146
with:
147
registry: ghcr.io
0 commit comments