Skip to content

Commit

Permalink
adjust actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed Aug 13, 2021
1 parent cc48a44 commit ec9597c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec9597c

Please sign in to comment.