diff options
author | Kyle Speer <54034650+kspeer825@users.noreply.github.com> | 2021-03-05 13:58:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 13:58:38 -0500 |
commit | 9079d8c763f989d76ca9616194a6672054122c75 (patch) | |
tree | 69943ce636f8729d1fe747b53a1820dd4b557bfa | |
parent | df8469166213671b2cf6ac2c9b0d36b17576af82 (diff) | |
download | tap-google-sheets-9079d8c763f989d76ca9616194a6672054122c75.tar.gz tap-google-sheets-9079d8c763f989d76ca9616194a6672054122c75.tar.zst tap-google-sheets-9079d8c763f989d76ca9616194a6672054122c75.zip |
use the v4 image for tap-tester (#30)
Co-authored-by: Kyle Speer <kspeer@stitchdata.com>
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 4a51c9f..bf9104a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml | |||
@@ -5,7 +5,7 @@ orbs: | |||
5 | jobs: | 5 | jobs: |
6 | build: | 6 | build: |
7 | docker: | 7 | docker: |
8 | - image: 218546966473.dkr.ecr.us-east-1.amazonaws.com/circle-ci:tap-tester | 8 | - image: 218546966473.dkr.ecr.us-east-1.amazonaws.com/circle-ci:tap-tester-v4 |
9 | steps: | 9 | steps: |
10 | - checkout | 10 | - checkout |
11 | - run: | 11 | - run: |