Skip to content

Commit 3cc3f22

Browse files
committed
temp: publish to prod
1 parent 60f22b5 commit 3cc3f22

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/qemu-image-build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ jobs:
115115
run: |
116116
docker build -f Dockerfile-kubernetes -t "postgres:$IMAGE_TAG" .
117117
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"
126126

127127
# TODO (darora): temporarily also push to prod account from here - add a guard to only publish proper tagged releases to prod?
128128
- name: configure aws credentials - prod

0 commit comments

Comments
 (0)