From b1ca0497b0b51e0c50ca1e5f99e5c8abd4224d53 Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Sun, 9 May 2021 02:48:42 +0000 Subject: [PATCH] ci: change semantic release image to alpine to save space, updated to node 16 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d4c4d5..f8db819 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,7 +73,7 @@ push dockerhub: - docker push $CI_DOCKERHUB_IMAGE release: - image: node:15 + image: node:16-alpine3.13 stage: release only: refs: