ci: change semantic release image to alpine to save space, updated to node 16

This commit is contained in:
2021-05-09 02:48:42 +00:00
parent 589fb4fcf7
commit b1ca0497b0

View File

@@ -73,7 +73,7 @@ push dockerhub:
- docker push $CI_DOCKERHUB_IMAGE
release:
image: node:15
image: node:16-alpine3.13
stage: release
only:
refs: