Update v1.1.0-beta.1
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-12-21 18:16:25 +01:00
parent f7658eca22
commit 51d11a6c36
20 changed files with 2688 additions and 935 deletions

View File

@@ -10,14 +10,14 @@ steps:
from_secret: git_password
commands:
- npm install
- export VERSION=$(node -e "console.log(require('./package.json').version)")
- echo "VERSION=$(node -e "console.log(require('./package.json').version)")" >> .env
- cat .env >> .tags
- name: build-docker-image
image: plugins/docker
settings:
repo: swiftlogiclabs/cdn-app-insider
tags:
- latest
- v${VERSION}
tags_file: .tags
dockerfile: Dockerfile
username:
from_secret: docker_username