Skip to content

Commit

Permalink
Update azure-pipelines-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zawachte authored Apr 19, 2024
1 parent 7145951 commit 8d31cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ steps:
exit 1
fi
make REGISTRY=ecpacr.azurecr.io/public/aksarc/ IMAGE_NAME=caphcontroller TAG=$(RELEASE_TAG) docker-build docker-push
make REGISTRY=ecpacr.azurecr.io/internal/aksarc/ IMAGE_NAME=caphcontroller TAG=$(RELEASE_TAG) docker-build docker-push
make REGISTRY=ecpacr.azurecr.io/public/aksarc IMAGE_NAME=caphcontroller TAG=$(RELEASE_TAG) docker-build docker-push
make REGISTRY=ecpacr.azurecr.io/internal/aksarc IMAGE_NAME=caphcontroller TAG=$(RELEASE_TAG) docker-build docker-push
make PROD_REGISTRY=ecpacr.azurecr.io/public/aksarc IMAGE_NAME=caphcontroller TAG=$(RELEASE_TAG) release
make PROD_REGISTRY=ecpacr.azurecr.io/public/aksarc IMAGE_NAME=caphcontroller TAG=$(RELEASE_TAG) generate-flavors
make PROD_REGISTRY=ecpacr.azurecr.io/public/aksarc IMAGE_NAME=caphcontroller TAG=$(RELEASE_TAG) release-pipelines
Expand Down

0 comments on commit 8d31cd6

Please sign in to comment.