udpate drone config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jeffrey C. Ollie 2023-10-24 16:37:36 -05:00
parent f1d06f80f2
commit d735f8960f
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
@ -22,9 +28,10 @@ steps:
- nix build .#docker - nix build .#docker
- push-container result - push-container result
settings: settings:
registry: r.ocj.io
repository: backup/restic repository: backup/restic
registry:
from_secret: registry
username: username:
from_secret: local_username from_secret: username
password: password:
from_secret: local_password from_secret: password