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

This commit is contained in:
2024-12-21 18:33:11 +01:00
parent a8489bff97
commit 440cc4b9eb

View File

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