Update tags in .drone.yml to v1.0.0-beta.11
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-08 13:51:56 +02:00
parent 1c7f9bbaa0
commit 5c8909246d

View File

@@ -13,14 +13,6 @@ steps:
- npm install - npm install
- node -v - node -v
- name: extract-version
image: node:alpine
commands:
- npm install -g json
- echo $(json -f package.json version) > .version
volumes:
- name: shared
path: /drone/src
- name: build-docker-image - name: build-docker-image
image: plugins/docker image: plugins/docker
@@ -28,12 +20,9 @@ steps:
repo: swiftlogiclabs/cdn-app-insider repo: swiftlogiclabs/cdn-app-insider
tags: tags:
- latest - latest
- $(cat .version) - v1.0.0-beta.11
dockerfile: Dockerfile dockerfile: Dockerfile
username: username:
from_secret: docker_username from_secret: docker_username
password: password:
from_secret: docker_password from_secret: docker_password
volumes:
- name: shared
path: /drone/src