File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -115,14 +115,14 @@ jobs:
115
115
run : |
116
116
docker build -f Dockerfile-kubernetes -t "postgres:$IMAGE_TAG" .
117
117
118
- - name : Push docker image to Amazon ECR
119
- env :
120
- REGISTRY : 812073016711.dkr.ecr.us-east-1.amazonaws.com
121
- REPOSITORY : postgres-vm-image
122
- IMAGE_TAG : ${{ steps.process_release_version.outputs.version }}
123
- run : |
124
- docker tag "postgres:$IMAGE_TAG" "$REGISTRY/$REPOSITORY:$IMAGE_TAG"
125
- docker push "$REGISTRY/$REPOSITORY:$IMAGE_TAG"
118
+ # - name: Push docker image to Amazon ECR
119
+ # env:
120
+ # REGISTRY: 812073016711.dkr.ecr.us-east-1.amazonaws.com
121
+ # REPOSITORY: postgres-vm-image
122
+ # IMAGE_TAG: ${{ steps.process_release_version.outputs.version }}
123
+ # run: |
124
+ # docker tag "postgres:$IMAGE_TAG" "$REGISTRY/$REPOSITORY:$IMAGE_TAG"
125
+ # docker push "$REGISTRY/$REPOSITORY:$IMAGE_TAG"
126
126
127
127
# TODO (darora): temporarily also push to prod account from here - add a guard to only publish proper tagged releases to prod?
128
128
- name : configure aws credentials - prod
You can’t perform that action at this time.
0 commit comments