There was an error while loading. Please reload this page.
1 parent 331e63f commit a4e8b97Copy full SHA for a4e8b97
1 file changed
.github/workflows/deploy-catalog.yaml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- master
7
+ - catalog-crc64nvme # TEMPORARY: for testing CRC stack deployment
8
paths:
9
- '.github/workflows/deploy-catalog.yaml'
10
- 'catalog/**'
@@ -64,5 +65,6 @@ jobs:
64
65
-t $ECR_REGISTRY_MP/$ECR_REPOSITORY_MP:$IMAGE_TAG \
66
.
67
docker push $ECR_REGISTRY_PROD/$ECR_REPOSITORY:$IMAGE_TAG
- docker push $ECR_REGISTRY_GOVCLOUD/$ECR_REPOSITORY:$IMAGE_TAG
68
- docker push $ECR_REGISTRY_MP/$ECR_REPOSITORY_MP:$IMAGE_TAG
+ # TEMPORARY: for testing CRC stack deployment
69
+ # docker push $ECR_REGISTRY_GOVCLOUD/$ECR_REPOSITORY:$IMAGE_TAG
70
+ # docker push $ECR_REGISTRY_MP/$ECR_REPOSITORY_MP:$IMAGE_TAG
0 commit comments