Skip to content

Commit

Permalink
fix(ci): remove all tagging of images on CI before deploy stages. (#821)
Browse files Browse the repository at this point in the history
This is hopefully the last change needed. This remove all tagging in the
build step and leaves it to the deploy steps.
  • Loading branch information
b4handjr authored Jan 9, 2025
2 parents 20c65f8 + 5442055 commit a6fc8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
name: Restore Docker image cache
command: |
docker load -i /tmp/cache/autopush-integration-tests.tar
docker tag autopush-integration-tests:build integration-tests
docker tag autopush-integration-tests integration-tests
- run:
name: Integration tests (Bigtable)
command: |
Expand Down

0 comments on commit a6fc8cd

Please sign in to comment.