fix
Some checks failed
build healthchecks / build (push) Failing after 39s
continuous-integration/drone/push Build is passing

This commit is contained in:
Jeffrey C. Ollie 2023-08-27 11:27:38 -05:00
parent 09198b2653
commit 440de01f1d
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -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}"