From fbef920b774c9c364d23470b914236e4a49fc3f0 Mon Sep 17 00:00:00 2001 From: ahemaid Date: Mon, 27 Mar 2023 15:58:03 +0200 Subject: [PATCH] Update build-image.yaml --- .github/workflows/build-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index eb96289..548a1cb 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -46,7 +46,7 @@ jobs: # This should use REGISTRY instead of the secret directly registry: ${{ secrets.IMAGE_REGISTRY }} username: ${{ secrets.REPO_USER }} - password: ${{ DOCKHUB_TOKEN }} + password: ${{ secrets.DOCKHUB_TOKEN }} - name: Build image run: | @@ -120,7 +120,7 @@ jobs: # This should use REGISTRY instead of the secret directly registry: ${{ secrets.IMAGE_REGISTRY }} username: ${{ secrets.REPO_USER }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.DOCKHUB_TOKEN }} - name: Build image run: |