.drone.yml aktualisiert

This commit is contained in:
2026-03-07 21:26:03 +00:00
parent 87bcd7c97a
commit 8211c0cfe5
+6 -7
View File
@@ -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