Skip to content

Commit

Permalink
fix(ci): remove all tagging of images on CI before deploy stages.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr authored Jan 9, 2025
1 parent 20c65f8 commit 5442055
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 5442055

Please sign in to comment.