From 5f4b009c5a315be91a7fc57124d822031043be52 Mon Sep 17 00:00:00 2001 From: yiannistri <8741709+yiannistri@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:05:54 +0000 Subject: [PATCH] ci: Use correct Docker Hub credentials --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a0e19934..29cfb8c8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -57,8 +57,8 @@ jobs: platforms: ${{ matrix.platforms }} public-registry: docker.io public-repo: rancher - public-username: ${{ env.DOCKER_USERNAME }} - public-password: ${{ env.DOCKER_PASSWORD }} + public-username: ${{ env.PUBLIC_REGISTRY_USERNAME }} + public-password: ${{ env.PUBLIC_REGISTRY_PASSWORD }} prime-registry: ${{ env.PRIME_REGISTRY }} prime-repo: rancher prime-username: ${{ env.PRIME_REGISTRY_USERNAME }}