From 544205593aa0511dd4cb29cf2138f863628bc399 Mon Sep 17 00:00:00 2001 From: Benjamin Forehand Jr Date: Thu, 9 Jan 2025 15:51:09 -0600 Subject: [PATCH] fix(ci): remove all tagging of images on CI before deploy stages. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bd4355ee..b184d9b2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |