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: |