update(build): images, tools
This commit is contained in:
parent
ada193cf60
commit
8277f7c766
|
@ -24,7 +24,7 @@
|
|||
GIT_COMMIT_SHA: "${CI_COMMIT_SHA}"
|
||||
|
||||
.build-codecov:
|
||||
image: apextoaster/codecov:3.1
|
||||
image: apextoaster/codecov:3.7
|
||||
tags:
|
||||
- platform:k8s
|
||||
- runner:shared
|
||||
|
@ -52,7 +52,7 @@
|
|||
DOCKER_HOST: tcp://localhost:2375
|
||||
|
||||
.build-node:
|
||||
image: apextoaster/node:12.16
|
||||
image: apextoaster/node:12.18
|
||||
tags:
|
||||
- platform:k8s
|
||||
- runner:shared
|
||||
|
@ -62,7 +62,7 @@
|
|||
- echo "${NPM_SECRET}" | base64 -d > ${HOME}/.npmrc
|
||||
|
||||
.build-sonar:
|
||||
image: apextoaster/sonar-scanner:3.3
|
||||
image: apextoaster/sonar-scanner:4.4
|
||||
tags:
|
||||
- platform:k8s
|
||||
- runner:shared
|
||||
|
|
Loading…
Reference in New Issue