.drone.yml aktualisiert
This commit is contained in:
+6
-7
@@ -27,13 +27,12 @@ steps:
|
||||
- npm run build
|
||||
- name: build-and-push
|
||||
image: plugins/docker
|
||||
environment:
|
||||
PLUGIN_REGISTRY: gitea.mnky-code.de
|
||||
PLUGIN_REPO: gitea.mnky-code.de/mnky/ngrx-playground
|
||||
PLUGIN_TAGS: ${DRONE_COMMIT_SHA}
|
||||
PLUGIN_USERNAME:
|
||||
from_secret: gitea_username
|
||||
PLUGIN_PASSWORD:
|
||||
settings:
|
||||
registry: gitea.mnky-code.de
|
||||
repo: gitea.mnky-code.de/mnky/ngrx-playground
|
||||
tags: ${DRONE_COMMIT_SHA}
|
||||
username: mnky
|
||||
password:
|
||||
from_secret: gitea_password
|
||||
- name: update-manifest
|
||||
image: alpine/git
|
||||
|
||||
Reference in New Issue
Block a user