From 195beee886a7617fc118d1a954bf71be2892f9c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 11:46:01 +0000 Subject: [PATCH] Update web3f/ci-commons Docker tag to v3 --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eeb004b..b13a9a5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: helmLint: docker: - - image: web3f/ci-commons:v2.4.18 + - image: web3f/ci-commons:v3.2.3 steps: - checkout - run: @@ -21,7 +21,7 @@ jobs: buildImage: docker: - - image: web3f/ci-commons:v2.4.18 + - image: web3f/ci-commons:v3.2.3 steps: - checkout - setup_remote_docker: @@ -33,7 +33,7 @@ jobs: integrationTests: docker: - - image: web3f/ci-commons:v2.4.18 + - image: web3f/ci-commons:v3.2.3 steps: - checkout - setup_remote_docker @@ -44,7 +44,7 @@ jobs: testPrometheusRules: docker: - - image: web3f/ci-commons:v2.4.18 + - image: web3f/ci-commons:v3.2.3 steps: - checkout - run: @@ -66,7 +66,7 @@ jobs: publishImage: docker: - - image: web3f/ci-commons:v2.4.18 + - image: web3f/ci-commons:v3.2.3 steps: - checkout - setup_remote_docker @@ -76,7 +76,7 @@ jobs: publishChart: docker: - - image: web3f/ci-commons:v2.4.18 + - image: web3f/ci-commons:v3.2.3 steps: - checkout - run: