Skip to content

Commit

Permalink
Update web3f/ci-commons Docker tag to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 28, 2023
1 parent 88d2412 commit d99818f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

helmLint:
docker:
- image: web3f/ci-commons:v2.4.18
- image: web3f/ci-commons:v3.2.2
steps:
- checkout
- run:
Expand All @@ -21,7 +21,7 @@ jobs:
buildImage:
docker:
- image: web3f/ci-commons:v2.4.18
- image: web3f/ci-commons:v3.2.2
steps:
- checkout
- setup_remote_docker:
Expand All @@ -33,7 +33,7 @@ jobs:
integrationTests:
docker:
- image: web3f/ci-commons:v2.4.18
- image: web3f/ci-commons:v3.2.2
steps:
- checkout
- setup_remote_docker
Expand All @@ -44,7 +44,7 @@ jobs:
testPrometheusRules:
docker:
- image: web3f/ci-commons:v2.4.18
- image: web3f/ci-commons:v3.2.2
steps:
- checkout
- run:
Expand All @@ -66,7 +66,7 @@ jobs:
publishImage:
docker:
- image: web3f/ci-commons:v2.4.18
- image: web3f/ci-commons:v3.2.2
steps:
- checkout
- setup_remote_docker
Expand All @@ -76,7 +76,7 @@ jobs:
publishChart:
docker:
- image: web3f/ci-commons:v2.4.18
- image: web3f/ci-commons:v3.2.2
steps:
- checkout
- run:
Expand Down

0 comments on commit d99818f

Please sign in to comment.