diff --git a/.drone.yml b/.drone.yml index 8b7504e..0e1a96a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file + - tag