Update v1.1.0-beta.1 2
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2024-12-21 18:22:00 +01:00
parent 51d11a6c36
commit 58fc15acb8

View File

@@ -10,8 +10,7 @@ steps:
from_secret: git_password from_secret: git_password
commands: commands:
- npm install - npm install
- echo "VERSION=$(node -e "console.log(require('./package.json').version)")" >> .env - echo "$(node -e "console.log(require('./package.json').version)")" >> .tags
- cat .env >> .tags
- name: build-docker-image - name: build-docker-image
image: plugins/docker image: plugins/docker