diff --git a/.circleci/config.yml b/.circleci/config.yml index c594f1fc0..9d2722da4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -436,6 +436,11 @@ jobs: use_oidc: true workload_identity_pool_id: GCP_OIDC_WIP_ID workload_identity_pool_provider_id: GCP_OIDC_WIP_PROVIDER_ID + - attach_workspace: + at: /tmp/cache + - run: + name: Restore Docker image cache + command: docker load -i /tmp/cache/docker.tar - run: name: Tag image command: | @@ -451,7 +456,7 @@ jobs: # push-image parameters: # https://circleci.com/developer/orbs/orb/circleci/gcp-gcr#commands-push-image - gcp-gcr/push-image: - image: $GAR_IMAGE + image: "${GCP_GAR_REPO}/<>" google-project-id: GCP_GAR_PROJECT_ID registry-url: <> tag: $GAR_TAG,latest