From 89430c60cbe0592079f85e0846cd54c01f8b05f2 Mon Sep 17 00:00:00 2001 From: "Jose R. Gonzalez" Date: Tue, 11 Jul 2023 09:39:35 -0500 Subject: [PATCH] Use the right environment variables Signed-off-by: Jose R. Gonzalez --- .github/workflows/dev_release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev_release.yaml b/.github/workflows/dev_release.yaml index 79196f36..baacaacf 100644 --- a/.github/workflows/dev_release.yaml +++ b/.github/workflows/dev_release.yaml @@ -113,8 +113,8 @@ jobs: if: ${{ steps.build-image.outcome == 'success'}} with: registry: quay.io - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} + username: ${{ secrets.QUAY_BOT_USERNAME }} + password: ${{ secrets.QUAY_BOT_TOKEN }} - name: Push Image if: ${{ steps.login-as-bot.outcome == 'success' }}