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
- 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
image: plugins/docker
@@ -28,12 +20,9 @@ steps:
repo: swiftlogiclabs/cdn-app-insider
tags:
- latest
- $(cat .version)
- v1.0.0-beta.11
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
volumes:
- name: shared
path: /drone/src