Drone images to odit registry

This commit is contained in:
Nicolai Ort 2023-02-02 10:13:04 +01:00
parent d95c6d3365
commit 6ad56b3126
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 6 additions and 7 deletions

View File

@ -29,7 +29,7 @@ get:
---
kind: pipeline
type: kubernetes
name: tests:node_14.15.1-alpine3.12
name: tests:node
clone:
disable: true
steps:
@ -39,7 +39,7 @@ steps:
- git clone $DRONE_REMOTE_URL .
- git checkout $DRONE_SOURCE_BRANCH
- name: run tests
image: node:14.15.1-alpine3.12
image: registry.odit.services/hub/library/node:19.5.0-alpine3.16
commands:
- yarn
- yarn test:ci
@ -75,7 +75,7 @@ steps:
mtu: 1000
- name: run changelog export
depends_on: ["clone"]
image: node:latest
image: registry.odit.services/hub/library/node:19.5.0-alpine3.16
commands:
- npx auto-changelog --commit-limit false -p -u --hide-credit
- name: push new changelog to repo
@ -91,7 +91,7 @@ steps:
from_secret: git_ssh
- name: run full license export
depends_on: ["clone"]
image: node:14.15.1-alpine3.12
image: registry.odit.services/hub/library/node:19.5.0-alpine3.16
commands:
- yarn
- yarn licenses:export
@ -108,7 +108,6 @@ steps:
ssh_key:
from_secret: git_ssh
trigger:
branch:
- dev
@ -175,7 +174,7 @@ steps:
from_secret: docker_password
repo: registry.odit.services/lfk/backend
tags:
- '${DRONE_TAG}'
- "${DRONE_TAG}"
registry: registry.odit.services
mtu: 1000
- name: trigger node lib build
@ -192,4 +191,4 @@ steps:
from_secret: ci_token
trigger:
event:
- tag
- tag