Compare commits

...

4 Commits

Author SHA1 Message Date
0a5c56a06b Merge pull request 'chore(deps): update docker docker tag to v26.0.1' (#68) from renovate/docker-26.x into master
All checks were successful
ci / docker (push) Successful in 22s
Reviewed-on: #68
2024-04-12 03:25:18 +00:00
762148e8d0 Merge pull request 'chore(deps): update node.js to v20.12.2' (#67) from renovate/node-20.x into master
All checks were successful
ci / docker (push) Successful in 16s
Reviewed-on: #67
2024-04-12 03:24:54 +00:00
1251bedc85 chore(deps): update docker docker tag to v26.0.1
All checks were successful
ci / docker (push) Successful in 33s
Bump version / create_release_tag (pull_request) Successful in 33s
2024-04-12 03:01:11 +00:00
993a4b1c25 chore(deps): update node.js to v20.12.2
All checks were successful
ci / docker (push) Successful in 16s
Bump version / create_release_tag (pull_request) Successful in 35s
2024-04-11 13:00:54 +00:00

View File

@@ -11,14 +11,14 @@ stages:
##- push_dockerhub ##- push_dockerhub
build: build:
image: docker:26.0.0-dind image: docker:26.0.1-dind
stage: build stage: build
only: only:
refs: refs:
- tags - tags
- branches - branches
services: services:
- name: docker:26.0.0-dind - name: docker:26.0.1-dind
command: ["--tls=false"] command: ["--tls=false"]
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
@@ -31,7 +31,7 @@ build:
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA - docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
release: release:
image: node:20.12.1-alpine3.19 image: node:20.12.2-alpine3.19
stage: release stage: release
only: only:
refs: refs:
@@ -57,10 +57,10 @@ release:
- CHANGELOG.md - CHANGELOG.md
push local: push local:
image: docker:26.0.0-dind image: docker:26.0.1-dind
stage: push_local stage: push_local
services: services:
- name: docker:26.0.0-dind - name: docker:26.0.1-dind
command: ["--tls=false"] command: ["--tls=false"]
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2