change repository
This commit is contained in:
parent
778d3f30f5
commit
04a0fc7557
1 changed files with 25 additions and 25 deletions
16
.drone.yml
16
.drone.yml
|
@ -21,24 +21,24 @@ kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: build
|
name: build
|
||||||
steps:
|
steps:
|
||||||
- name: nixos
|
- name: nixos
|
||||||
image: docker.io/jcollie/nixos-runner:latest
|
image: docker.io/jcollie/nixos-runner:latest
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- nix build -L .#webserver
|
- nix build -L .#webserver
|
||||||
- push-container result --repository network/healthchecks-webserver
|
- push-container result --repository healthchecks/webserver
|
||||||
- nix build -L .#smtpd
|
- nix build -L .#smtpd
|
||||||
- push-container result --repository network/healthchecks-smtpd
|
- push-container result --repository healthchecks/smtpd
|
||||||
- nix build -L .#sendalerts
|
- nix build -L .#sendalerts
|
||||||
- push-container result --repository network/healthchecks-sendalerts
|
- push-container result --repository healthchecks/sendalerts
|
||||||
- nix build -L .#sendreports
|
- nix build -L .#sendreports
|
||||||
- push-container result --repository network/healthchecks-sendreports
|
- push-container result --repository healthchecks/sendreports
|
||||||
- nix build -L .#maintenance
|
- nix build -L .#maintenance
|
||||||
- push-container result --repository network/healthchecks-maintenance
|
- push-container result --repository healthchecks/maintenance
|
||||||
- nix build -L .#migrate
|
- nix build -L .#migrate
|
||||||
- push-container result --repository network/healthchecks-migrate
|
- push-container result --repository healthchecks/migrate
|
||||||
- nix build -L .#static
|
- nix build -L .#static
|
||||||
- push-container result --repository network/healthchecks-static
|
- push-container result --repository healthchecks/static
|
||||||
settings:
|
settings:
|
||||||
registry:
|
registry:
|
||||||
from_secret: registry
|
from_secret: registry
|
||||||
|
|
Loading…
Reference in a new issue