From 335e131989dcd2f02c5ab2cfbff033deda8f9733 Mon Sep 17 00:00:00 2001 From: 0pens0 <36497537+0pens0@users.noreply.github.com> Date: Mon, 8 Jul 2024 09:58:01 +0100 Subject: [PATCH] 1 --- .github/workflows/k8sdeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/k8sdeploy.yml b/.github/workflows/k8sdeploy.yml index 55cc2c1..a79532f 100644 --- a/.github/workflows/k8sdeploy.yml +++ b/.github/workflows/k8sdeploy.yml @@ -39,7 +39,7 @@ jobs: run: | tanzu login --endpoint ${{ vars.API_ENDPOINT }} tanzu build config --build-plan-source-type=file --build-plan-source conf/platform-config.yml --containerapp-registry ${{ vars.BUILD_REGISTRY_CONF_ACR}} - docker login ${{ vars.REGISTRY_ACR }} -u ${{vars.REGISTRY_USER_NAME_ACR}} -p ${{ secrets.RERGISTRY_PASS_ACR}} + docker login ${{ vars.REGISTRY_ACR }} -u ${{vars.REGISTRY_USER_NAME_ACR}} -p ${{secrets.REGISTRY_PASS_ACR}} tanzu build -o .build-output - uses: de-vri-es/setup-git-credentials@v2