V1.0.0-beta.17 Update 2
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2024-12-15 00:49:12 +01:00
parent 243ab5f55e
commit f7658eca22
15 changed files with 1457 additions and 501 deletions

View File

@@ -1,6 +1,5 @@
kind: pipeline
name: default
steps:
- name: build-node
image: node:latest
@@ -11,16 +10,14 @@ steps:
from_secret: git_password
commands:
- npm install
- node -v
- export VERSION=$(node -e "console.log(require('./package.json').version)")
- name: build-docker-image
image: plugins/docker
settings:
repo: swiftlogiclabs/cdn-app-insider
tags:
tags:
- latest
- v1.0.0-beta.17
- v${VERSION}
dockerfile: Dockerfile
username:
from_secret: docker_username