update
Some checks reported errors
build healthchecks / build (push) Failing after 6m45s
continuous-integration/drone/push Build was killed

This commit is contained in:
Jeffrey C. Ollie 2023-10-24 16:14:29 -05:00
parent 720cc0071b
commit 0e07f409c1
No known key found for this signature in database
GPG key ID: F936E4DCB7E25F15

View file

@ -1,14 +1,20 @@
--- ---
kind: secret kind: secret
name: local_username name: registry
get: get:
path: local path: docker-push
name: registry
---
kind: secret
name: username
get:
path: docker-push
name: username name: username
--- ---
kind: secret kind: secret
name: local_password name: password
get: get:
path: local path: docker-push
name: password name: password
--- ---
kind: pipeline kind: pipeline
@ -34,14 +40,9 @@ steps:
- nix build -L .#static - nix build -L .#static
- push-container result --repository network/healthchecks-static - push-container result --repository network/healthchecks-static
settings: settings:
registry: r.ocj.io registry:
from_secret: registry
username: username:
from_secret: local_username from_secret: username
password: password:
from_secret: local_password from_secret: password
- name: notify
image: plugins/webhook
failure: ignore
settings:
urls:
- http://webhook-receiver.flux-system.svc/hook/edb4b3e16a177e035bc595a5be33c3b04b51145c7d802bddf05f27486e1dbd4d