This commit is contained in:
parent
0a23e7c622
commit
8d61741f47
1 changed files with 10 additions and 10 deletions
|
@ -6,26 +6,26 @@ jobs:
|
||||||
runs-on: nixos-nix-latest
|
runs-on: nixos-nix-latest
|
||||||
env:
|
env:
|
||||||
REGISTRY: https://git.ocjtech.us/jeff
|
REGISTRY: https://git.ocjtech.us/jeff
|
||||||
# REPOSITORY: ${{ secrets.DOCKER_REPOSITORY }}
|
USERNAME: ${{ env.GITHUB_ACTOR }}
|
||||||
# USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
PASSWORD: ${{ env.GITHUB_TOKEN }}
|
||||||
# PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
|
||||||
steps:
|
steps:
|
||||||
- run: set
|
- run: set
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- run: echo -n "${PASSWORD}" | docker login --username "${USERNAME}" --password-stdin "${REGISTRY}"
|
||||||
- run: nix build -L .#webserver
|
- run: nix build -L .#webserver
|
||||||
- run: push-container result --repository healthchecks/webserver
|
# - run: push-container result --repository healthchecks/webserver
|
||||||
- run: nix build -L .#smtpd
|
- run: nix build -L .#smtpd
|
||||||
- run: push-container result --repository healthchecks/smtpd
|
# - run: push-container result --repository healthchecks/smtpd
|
||||||
- run: nix build -L .#sendalerts
|
- run: nix build -L .#sendalerts
|
||||||
- run: push-container result --repository healthchecks/sendalerts
|
# - run: push-container result --repository healthchecks/sendalerts
|
||||||
- run: nix build -L .#sendreports
|
- run: nix build -L .#sendreports
|
||||||
- run: push-container result --repository healthchecks/sendreports
|
# - run: push-container result --repository healthchecks/sendreports
|
||||||
- run: nix build -L .#maintenance
|
- run: nix build -L .#maintenance
|
||||||
- run: push-container result --repository healthchecks/maintenance
|
# - run: push-container result --repository healthchecks/maintenance
|
||||||
- run: nix build -L .#migrate
|
- run: nix build -L .#migrate
|
||||||
- run: push-container result --repository healthchecks/migrate
|
# - run: push-container result --repository healthchecks/migrate
|
||||||
- run: nix build -L .#static
|
- run: nix build -L .#static
|
||||||
- run: 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