File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
helmLint :
8
8
docker :
9
- - image : web3f/ci-commons:v3.1.6
9
+ - image : web3f/ci-commons:v3.2.2
10
10
steps :
11
11
- checkout
12
12
- run :
13
13
command : |
14
14
helm lint ./charts/matrixbot-ack
15
15
buildImage :
16
16
docker :
17
- - image : web3f/ci-commons:v3.1.6
17
+ - image : web3f/ci-commons:v3.2.2
18
18
auth :
19
19
username : $DOCKER_USER
20
20
password : $DOCKER_PASSWORD # context / project UI env-var reference
29
29
/scripts/build-image.sh web3f/matrixbot-ack .
30
30
publishImage :
31
31
docker :
32
- - image : web3f/ci-commons:v3.1.6
32
+ - image : web3f/ci-commons:v3.2.2
33
33
steps :
34
34
- checkout
35
35
- setup_remote_docker
@@ -38,15 +38,15 @@ jobs:
38
38
/scripts/publish-image.sh web3f/matrixbot-ack
39
39
publishChart :
40
40
docker :
41
- - image : web3f/ci-commons:v3.1.6
41
+ - image : web3f/ci-commons:v3.2.2
42
42
steps :
43
43
- checkout
44
44
- run :
45
45
command : |
46
46
/scripts/publish-chart.sh
47
47
integrationTests :
48
48
docker :
49
- - image : web3f/ci-commons:v3.1.6
49
+ - image : web3f/ci-commons:v3.2.2
50
50
steps :
51
51
- checkout
52
52
- setup_remote_docker
You can’t perform that action at this time.
0 commit comments