.drone.yml aktualisiert
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2026-03-07 21:25:13 +00:00
parent 828464511d
commit 87bcd7c97a
+6 -7
View File
@@ -27,14 +27,13 @@ steps:
- npm run build
- name: build-and-push
image: plugins/docker
settings:
registry: gitea.mnky-code.de
repo: gitea.mnky-code.de/mnky/ngrx-playground
tags:
- ${DRONE_COMMIT_SHA}
username:
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
password:
PLUGIN_PASSWORD:
from_secret: gitea_password
- name: update-manifest
image: alpine/git