From ec9597cc196e49f7930e2761a33dd76c4410b3f7 Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 13 Aug 2021 13:50:20 -0400 Subject: [PATCH] adjust actions --- .github/workflows/deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b042feb36..ac23bf0c2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -110,9 +110,10 @@ jobs: docker tag $CONTAINER_TEST_REPOSITORY $CONTAINER_DEPLOY_REPOSITORY docker push $CONTAINER_DEPLOY_REPOSITORY - - name: Clean up the CI testing tag - run: | - aws ecr batch-delete-image --repository-name planorama --image-ids imageTag=ci-${{ github.sha }} + # I think this is not needed since the "test" image is not pushed + # - name: Clean up the CI testing tag + # run: | + # aws ecr batch-delete-image --repository-name planorama --image-ids imageTag=ci-${{ github.sha }} # TODO: this is python script to do .... ? # - id: deploy