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 }}
|
# PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- nix build -L .#webserver
|
- run: nix build -L .#webserver
|
||||||
- push-container result --repository healthchecks/webserver
|
- run: push-container result --repository healthchecks/webserver
|
||||||
- nix build -L .#smtpd
|
- run: nix build -L .#smtpd
|
||||||
- push-container result --repository healthchecks/smtpd
|
- run: push-container result --repository healthchecks/smtpd
|
||||||
- nix build -L .#sendalerts
|
- run: nix build -L .#sendalerts
|
||||||
- push-container result --repository healthchecks/sendalerts
|
- run: push-container result --repository healthchecks/sendalerts
|
||||||
- nix build -L .#sendreports
|
- run: nix build -L .#sendreports
|
||||||
- push-container result --repository healthchecks/sendreports
|
- run: push-container result --repository healthchecks/sendreports
|
||||||
- nix build -L .#maintenance
|
- run: nix build -L .#maintenance
|
||||||
- push-container result --repository healthchecks/maintenance
|
- run: push-container result --repository healthchecks/maintenance
|
||||||
- nix build -L .#migrate
|
- run: nix build -L .#migrate
|
||||||
- push-container result --repository healthchecks/migrate
|
- run: push-container result --repository healthchecks/migrate
|
||||||
- nix build -L .#static
|
- run: nix build -L .#static
|
||||||
- push-container result --repository healthchecks/static
|
- run: push-container result --repository healthchecks/static
|
||||||
|
|
||||||
# - run: nix build -L .#default
|
# - run: nix build -L .#default
|
||||||
# - run: echo -n "${PASSWORD}" | podman login --username "${USERNAME}" --password-stdin "${REGISTRY}"
|
# - run: echo -n "${PASSWORD}" | podman login --username "${USERNAME}" --password-stdin "${REGISTRY}"
|
||||||
|
|
Loading…
Reference in a new issue