diff --git a/.circleci/config.yml b/.circleci/config.yml index 12db44d..a9fcdd8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: jobs: helmLint: docker: - - image: web3f/ci-commons:v3.1.6 + - image: web3f/ci-commons:v3.2.2 steps: - checkout - run: @@ -14,7 +14,7 @@ jobs: helm lint ./charts/matrixbot-ack buildImage: docker: - - image: web3f/ci-commons:v3.1.6 + - image: web3f/ci-commons:v3.2.2 auth: username: $DOCKER_USER password: $DOCKER_PASSWORD # context / project UI env-var reference @@ -29,7 +29,7 @@ jobs: /scripts/build-image.sh web3f/matrixbot-ack . publishImage: docker: - - image: web3f/ci-commons:v3.1.6 + - image: web3f/ci-commons:v3.2.2 steps: - checkout - setup_remote_docker @@ -38,7 +38,7 @@ jobs: /scripts/publish-image.sh web3f/matrixbot-ack publishChart: docker: - - image: web3f/ci-commons:v3.1.6 + - image: web3f/ci-commons:v3.2.2 steps: - checkout - run: @@ -46,7 +46,7 @@ jobs: /scripts/publish-chart.sh integrationTests: docker: - - image: web3f/ci-commons:v3.1.6 + - image: web3f/ci-commons:v3.2.2 steps: - checkout - setup_remote_docker