Change to rootless dind image and pin versions of dependencies
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user