Skip to content

Commit f5d9243

Browse files
Update web3f/ci-commons Docker tag to v3.2.2
1 parent 82bb663 commit f5d9243

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ orbs:
66
jobs:
77
helmLint:
88
docker:
9-
- image: web3f/ci-commons:v3.1.6
9+
- image: web3f/ci-commons:v3.2.2
1010
steps:
1111
- checkout
1212
- run:
1313
command: |
1414
helm lint ./charts/matrixbot-ack
1515
buildImage:
1616
docker:
17-
- image: web3f/ci-commons:v3.1.6
17+
- image: web3f/ci-commons:v3.2.2
1818
auth:
1919
username: $DOCKER_USER
2020
password: $DOCKER_PASSWORD # context / project UI env-var reference
@@ -29,7 +29,7 @@ jobs:
2929
/scripts/build-image.sh web3f/matrixbot-ack .
3030
publishImage:
3131
docker:
32-
- image: web3f/ci-commons:v3.1.6
32+
- image: web3f/ci-commons:v3.2.2
3333
steps:
3434
- checkout
3535
- setup_remote_docker
@@ -38,15 +38,15 @@ jobs:
3838
/scripts/publish-image.sh web3f/matrixbot-ack
3939
publishChart:
4040
docker:
41-
- image: web3f/ci-commons:v3.1.6
41+
- image: web3f/ci-commons:v3.2.2
4242
steps:
4343
- checkout
4444
- run:
4545
command: |
4646
/scripts/publish-chart.sh
4747
integrationTests:
4848
docker:
49-
- image: web3f/ci-commons:v3.1.6
49+
- image: web3f/ci-commons:v3.2.2
5050
steps:
5151
- checkout
5252
- setup_remote_docker

0 commit comments

Comments
 (0)