fix
All checks were successful
build healthchecks / build (push) Successful in 40m56s

This commit is contained in:
Jeffrey C. Ollie 2023-08-27 15:02:18 -05:00
parent 8d61741f47
commit d3ca7537c8
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -6,12 +6,12 @@ jobs:
runs-on: nixos-nix-latest
env:
REGISTRY: https://git.ocjtech.us/jeff
USERNAME: ${{ env.GITHUB_ACTOR }}
PASSWORD: ${{ env.GITHUB_TOKEN }}
# USERNAME: ${{ env.GITHUB_ACTOR }}
# PASSWORD: ${{ env.GITHUB_TOKEN }}
steps:
- run: set
- uses: actions/checkout@v3
- run: echo -n "${PASSWORD}" | docker login --username "${USERNAME}" --password-stdin "${REGISTRY}"
- run: echo -n "${GITHUB_TOKEN}" | docker login --username "${GITHUB_ACTOR}" --password-stdin "${REGISTRY}"
- run: nix build -L .#webserver
# - run: push-container result --repository healthchecks/webserver
- run: nix build -L .#smtpd