change repository

This commit is contained in:
Jeffrey C. Ollie 2023-11-27 10:00:24 -06:00
parent 778d3f30f5
commit 04a0fc7557
No known key found for this signature in database
GPG key ID: F936E4DCB7E25F15

View file

@ -21,28 +21,28 @@ kind: pipeline
type: kubernetes
name: build
steps:
- name: nixos
image: docker.io/jcollie/nixos-runner:latest
pull: always
commands:
- nix build -L .#webserver
- push-container result --repository network/healthchecks-webserver
- nix build -L .#smtpd
- push-container result --repository network/healthchecks-smtpd
- nix build -L .#sendalerts
- push-container result --repository network/healthchecks-sendalerts
- nix build -L .#sendreports
- push-container result --repository network/healthchecks-sendreports
- nix build -L .#maintenance
- push-container result --repository network/healthchecks-maintenance
- nix build -L .#migrate
- push-container result --repository network/healthchecks-migrate
- nix build -L .#static
- push-container result --repository network/healthchecks-static
settings:
registry:
from_secret: registry
username:
from_secret: username
password:
from_secret: password
- name: nixos
image: docker.io/jcollie/nixos-runner:latest
pull: always
commands:
- nix build -L .#webserver
- push-container result --repository healthchecks/webserver
- nix build -L .#smtpd
- push-container result --repository healthchecks/smtpd
- nix build -L .#sendalerts
- push-container result --repository healthchecks/sendalerts
- nix build -L .#sendreports
- push-container result --repository healthchecks/sendreports
- nix build -L .#maintenance
- push-container result --repository healthchecks/maintenance
- nix build -L .#migrate
- push-container result --repository healthchecks/migrate
- nix build -L .#static
- push-container result --repository healthchecks/static
settings:
registry:
from_secret: registry
username:
from_secret: username
password:
from_secret: password