We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a301a0 commit 9428684Copy full SHA for 9428684
.github/workflows/deploy-catalog.yaml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- master
7
+ - workflows-tab
8
paths:
9
- '.github/workflows/deploy-catalog.yaml'
10
- 'catalog/**'
@@ -64,5 +65,5 @@ 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
+ # docker push $ECR_REGISTRY_GOVCLOUD/$ECR_REPOSITORY:$IMAGE_TAG
69
+ # docker push $ECR_REGISTRY_MP/$ECR_REPOSITORY_MP:$IMAGE_TAG
0 commit comments