change repository
This commit is contained in:
parent
778d3f30f5
commit
04a0fc7557
1 changed files with 25 additions and 25 deletions
14
.drone.yml
14
.drone.yml
|
@ -26,19 +26,19 @@ steps:
|
|||
pull: always
|
||||
commands:
|
||||
- nix build -L .#webserver
|
||||
- push-container result --repository network/healthchecks-webserver
|
||||
- push-container result --repository healthchecks/webserver
|
||||
- nix build -L .#smtpd
|
||||
- push-container result --repository network/healthchecks-smtpd
|
||||
- push-container result --repository healthchecks/smtpd
|
||||
- nix build -L .#sendalerts
|
||||
- push-container result --repository network/healthchecks-sendalerts
|
||||
- push-container result --repository healthchecks/sendalerts
|
||||
- nix build -L .#sendreports
|
||||
- push-container result --repository network/healthchecks-sendreports
|
||||
- push-container result --repository healthchecks/sendreports
|
||||
- nix build -L .#maintenance
|
||||
- push-container result --repository network/healthchecks-maintenance
|
||||
- push-container result --repository healthchecks/maintenance
|
||||
- nix build -L .#migrate
|
||||
- push-container result --repository network/healthchecks-migrate
|
||||
- push-container result --repository healthchecks/migrate
|
||||
- nix build -L .#static
|
||||
- push-container result --repository network/healthchecks-static
|
||||
- push-container result --repository healthchecks/static
|
||||
settings:
|
||||
registry:
|
||||
from_secret: registry
|
||||
|
|
Loading…
Reference in a new issue