Skip to content

Commit 9428684

Browse files
committed
deploy
1 parent 5a301a0 commit 9428684

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-catalog.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- workflows-tab
78
paths:
89
- '.github/workflows/deploy-catalog.yaml'
910
- 'catalog/**'
@@ -64,5 +65,5 @@ 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+
# docker push $ECR_REGISTRY_GOVCLOUD/$ECR_REPOSITORY:$IMAGE_TAG
69+
# docker push $ECR_REGISTRY_MP/$ECR_REPOSITORY_MP:$IMAGE_TAG

0 commit comments

Comments
 (0)