diff --git a/.circleci/config.yml b/.circleci/config.yml index 3d9ee0a..3ad63ad 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2 jobs: helmLint: docker: - - image: web3f/ci-commons:v2.4.6 + - image: web3f/ci-commons:v3.0.0 steps: - checkout - run: @@ -11,7 +11,7 @@ jobs: helm lint ./charts/matrixbot-ack buildImage: docker: - - image: web3f/ci-commons:v2.4.6 + - image: web3f/ci-commons:v3.0.0 resource_class: xlarge steps: - checkout @@ -23,7 +23,7 @@ jobs: /scripts/build-image.sh web3f/matrixbot-ack . publishImage: docker: - - image: web3f/ci-commons:v2.4.6 + - image: web3f/ci-commons:v3.0.0 steps: - checkout - setup_remote_docker @@ -32,7 +32,7 @@ jobs: /scripts/publish-image.sh web3f/matrixbot-ack publishChart: docker: - - image: web3f/ci-commons:v2.4.6 + - image: web3f/ci-commons:v3.0.0 steps: - checkout - run: @@ -40,7 +40,7 @@ jobs: /scripts/publish-chart.sh integrationTests: docker: - - image: web3f/ci-commons:v2.4.6 + - image: web3f/ci-commons:v3.0.0 steps: - checkout - setup_remote_docker