Skip to content

Commit faf1ff3

Browse files
authored
Update config.yml
1 parent dae170b commit faf1ff3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
deploy: &deploy
22
docker:
3-
- image: web3f/ci-commons:v3.1.6
3+
- image: web3f/ci-commons:v3
44
steps:
55
- checkout
66
- setup_remote_docker
@@ -11,7 +11,7 @@ version: 2
1111
jobs:
1212
buildImage:
1313
docker:
14-
- image: web3f/ci-commons:v3.1.6
14+
- image: web3f/ci-commons:v3
1515
steps:
1616
- checkout
1717
- setup_remote_docker
@@ -20,15 +20,15 @@ jobs:
2020
/scripts/build-image.sh web3f/matrixbot .
2121
helmLint:
2222
docker:
23-
- image: web3f/ci-commons:v3.1.6
23+
- image: web3f/ci-commons:v3
2424
steps:
2525
- checkout
2626
- run:
2727
command: |
2828
helm lint ./charts/matrixbot
2929
integrationTests:
3030
docker:
31-
- image: web3f/ci-commons:v3.1.6
31+
- image: web3f/ci-commons:v3
3232
steps:
3333
- checkout
3434
- setup_remote_docker:
@@ -39,7 +39,7 @@ jobs:
3939
/scripts/integration-tests.sh
4040
publishImage:
4141
docker:
42-
- image: web3f/ci-commons:v3.1.6
42+
- image: web3f/ci-commons:v3
4343
steps:
4444
- checkout
4545
- setup_remote_docker
@@ -48,7 +48,7 @@ jobs:
4848
/scripts/publish-image.sh web3f/matrixbot
4949
publishChart:
5050
docker:
51-
- image: web3f/ci-commons:v3.1.6
51+
- image: web3f/ci-commons:v3
5252
steps:
5353
- checkout
5454
- run:

0 commit comments

Comments
 (0)