.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 - npm run build
- name: build-and-push - name: build-and-push
image: plugins/docker image: plugins/docker
settings: environment:
registry: gitea.mnky-code.de PLUGIN_REGISTRY: gitea.mnky-code.de
repo: gitea.mnky-code.de/mnky/ngrx-playground PLUGIN_REPO: gitea.mnky-code.de/mnky/ngrx-playground
tags: PLUGIN_TAGS: ${DRONE_COMMIT_SHA}
- ${DRONE_COMMIT_SHA} PLUGIN_USERNAME:
username:
from_secret: gitea_username from_secret: gitea_username
password: PLUGIN_PASSWORD:
from_secret: gitea_password from_secret: gitea_password
- name: update-manifest - name: update-manifest
image: alpine/git image: alpine/git