Remove push to quay.io (#1490)

This commit is contained in:
Jan-Otto Kröpke
2024-05-15 02:38:01 +02:00
committed by GitHub
parent c85cfaadde
commit c242fae84c
3 changed files with 9 additions and 9 deletions

View File

@@ -106,13 +106,13 @@ jobs:
username: ${{ secrets.DOCKER_HUB_LOGIN }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Login to Docker Hub
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v3
with:
registry: quay.io
username: 'robot'
password: ${{ secrets.QUAY_IO_API_TOKEN }}
#- name: Login to quay.io
# if: ${{ github.event_name != 'pull_request' }}
# uses: docker/login-action@v3
# with:
# registry: quay.io
# username: 'robot'
# password: ${{ secrets.QUAY_IO_API_TOKEN }}
- name: Login to GitHub container registry
if: ${{ github.event_name != 'pull_request' }}