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
|
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