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

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

View file

@ -3,13 +3,14 @@ on:
- push
jobs:
build:
runs-on: nixos-nix-latest
runs-on: nixos-runner
# env:
# REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
# REPOSITORY: ${{ secrets.DOCKER_REPOSITORY }}
# USERNAME: ${{ secrets.DOCKER_USERNAME }}
# PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
steps:
- run: set
- uses: actions/checkout@v3
- run: nix build -L .#webserver
- run: push-container result --repository healthchecks/webserver