fix: release build again again (#1481)

This commit is contained in:
Jan-Otto Kröpke 2024-05-12 10:58:09 +02:00 committed by GitHub
parent 48e7c34539
commit 6e14d4e53f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,6 +113,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v3
with:
registry: quay.io
username: '$token'
password: ${{ secrets.QUAY_IO_API_TOKEN }}