Skip to content

Commit a4e8b97

Browse files
committed
TEMPORARY: Enable catalog deploy for catalog-crc64nvme branch
1 parent 331e63f commit a4e8b97

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deploy-catalog.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- catalog-crc64nvme # TEMPORARY: for testing CRC stack deployment
78
paths:
89
- '.github/workflows/deploy-catalog.yaml'
910
- 'catalog/**'
@@ -64,5 +65,6 @@ jobs:
6465
-t $ECR_REGISTRY_MP/$ECR_REPOSITORY_MP:$IMAGE_TAG \
6566
.
6667
docker push $ECR_REGISTRY_PROD/$ECR_REPOSITORY:$IMAGE_TAG
67-
docker push $ECR_REGISTRY_GOVCLOUD/$ECR_REPOSITORY:$IMAGE_TAG
68-
docker push $ECR_REGISTRY_MP/$ECR_REPOSITORY_MP:$IMAGE_TAG
68+
# 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

Comments
 (0)