From 6e14d4e53f3c32e0cc1d61aae59998faf5e46db0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Sun, 12 May 2024 10:58:09 +0200 Subject: [PATCH] fix: release build again again (#1481) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b289df7..38ebae20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}