Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
0pens0 committed Oct 21, 2024
1 parent 76427f1 commit 25f0b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitops-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 25f0b27

Please sign in to comment.