fix
This commit is contained in:
parent
09198b2653
commit
440de01f1d
1 changed files with 14 additions and 14 deletions
|
@ -11,20 +11,20 @@ jobs:
|
|||
# PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- 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
|
||||
- run: nix build -L .#webserver
|
||||
- run: push-container result --repository healthchecks/webserver
|
||||
- run: nix build -L .#smtpd
|
||||
- run: push-container result --repository healthchecks/smtpd
|
||||
- run: nix build -L .#sendalerts
|
||||
- run: push-container result --repository healthchecks/sendalerts
|
||||
- run: nix build -L .#sendreports
|
||||
- run: push-container result --repository healthchecks/sendreports
|
||||
- run: nix build -L .#maintenance
|
||||
- run: push-container result --repository healthchecks/maintenance
|
||||
- run: nix build -L .#migrate
|
||||
- run: push-container result --repository healthchecks/migrate
|
||||
- run: nix build -L .#static
|
||||
- run: push-container result --repository healthchecks/static
|
||||
|
||||
# - run: nix build -L .#default
|
||||
# - run: echo -n "${PASSWORD}" | podman login --username "${USERNAME}" --password-stdin "${REGISTRY}"
|
||||
|
|
Loading…
Reference in a new issue