diff --git a/.github/workflows/build-flow.yml b/.github/workflows/build-flow.yml index 08675c1..82b53d6 100644 --- a/.github/workflows/build-flow.yml +++ b/.github/workflows/build-flow.yml @@ -32,7 +32,7 @@ jobs: TANZU_API_TOKEN: ${{ secrets.API_TOKEN }} run: | tanzu login --endpoint ${{ vars.API_ENDPOINT }} - tanzu build config --build-plan-source-type git --build-plan-source https://github.com/0pens0/spring-metal-gitops.git --containerapp-registry openso/{name} + tanzu build config --build-plan-source-type git --build-plan-source https://github.com/0pens0/spring-metal-gitops.git --containerapp-registry harbor.vmtanzu.com/openso/{name} docker login ${{ vars.REGISTRY }} -u ${{ vars.REGISTRY_USER_NAME }} -p ${{ secrets.RERGISTRY_PASS }} tanzu build -o .build-output-temp diff --git a/.github/workflows/gitops-flow.yml b/.github/workflows/gitops-flow.yml index c56e21a..1224cfe 100644 --- a/.github/workflows/gitops-flow.yml +++ b/.github/workflows/gitops-flow.yml @@ -33,7 +33,7 @@ jobs: TANZU_API_TOKEN: ${{ secrets.API_TOKEN }} run: | tanzu login --endpoint ${{ vars.API_ENDPOINT }} - tanzu build config --build-plan-source-type git --build-plan-source https://github.com/0pens0/spring-metal-gitops.git --containerapp-registry openso/{name} + tanzu build config --build-plan-source-type git --build-plan-source https://github.com/0pens0/spring-metal-gitops.git --containerapp-registry harbor.vmtanzu.com/openso/{name} echo ${{ vars.REGISTRY }} echo ${{ vars.REGISTRY_USER_NAME }} echo ${{ vars.BUILD_REGISTRY_CONF }}