Skip to content

Commit

Permalink
Update web3f/ci-commons Docker tag to v2.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 21, 2022
1 parent ea470fa commit ca743af
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 @@ -23,7 +23,7 @@ jobs:

helmLint:
docker:
- image: web3f/ci-commons:v2.4.16
- image: web3f/ci-commons:v2.4.18
steps:
- checkout
- run:
Expand All @@ -32,7 +32,7 @@ jobs:
buildImage:
docker:
- image: web3f/ci-commons:v2.4.16
- image: web3f/ci-commons:v2.4.18
steps:
- checkout
- setup_remote_docker:
Expand All @@ -44,7 +44,7 @@ jobs:
integrationTests:
docker:
- image: web3f/ci-commons:v2.4.16
- image: web3f/ci-commons:v2.4.18
steps:
- checkout
- setup_remote_docker
Expand All @@ -55,7 +55,7 @@ jobs:
testPrometheusRules:
docker:
- image: web3f/ci-commons:v2.4.16
- image: web3f/ci-commons:v2.4.18
steps:
- checkout
- run:
Expand All @@ -77,7 +77,7 @@ jobs:
publishImage:
docker:
- image: web3f/ci-commons:v2.4.16
- image: web3f/ci-commons:v2.4.18
steps:
- checkout
- setup_remote_docker
Expand All @@ -87,7 +87,7 @@ jobs:
publishChart:
docker:
- image: web3f/ci-commons:v2.4.16
- image: web3f/ci-commons:v2.4.18
steps:
- checkout
- run:
Expand Down

0 comments on commit ca743af

Please sign in to comment.