From 8b31b70f005757c6fef2aa64cff109c8333ca267 Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Wed, 23 Feb 2022 01:54:08 +0000 Subject: [PATCH] Change to rootless dind image and pin versions of dependencies --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6f6114..fb0e7d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,9 +11,9 @@ stages: - push_dockerhub .docker_base: - image: docker:20.10.12-dind + image: docker:20.10.12-dind-rootless services: - - name: docker:20.10.12-dind + - name: docker:20.10.12-dind-rootless command: ["--tls=false"] variables: DOCKER_DRIVER: overlay2 @@ -73,7 +73,7 @@ push dockerhub: - docker push $CI_DOCKERHUB_IMAGE --all-tags release: - image: node:17-alpine + image: node:17-alpine3.15 stage: release only: refs: @@ -89,8 +89,8 @@ release: script: - touch CHANGELOG.md - apk add --no-cache git - - npm install @semantic-release/gitlab @semantic-release/changelog - @semantic-release/git conventional-changelog-eslint + - npm install @semantic-release/gitlab@7.0.4 @semantic-release/changelog@6.0.1 + @semantic-release/git@10.0.1 conventional-changelog-eslint@3.0.9 - npx semantic-release artifacts: paths: