Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
0pens0 committed Jul 8, 2024
1 parent ea93803 commit 335e131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8sdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 335e131

Please sign in to comment.