fix
This commit is contained in:
parent
440de01f1d
commit
8bae52e4a0
1 changed files with 2 additions and 1 deletions
|
@ -3,13 +3,14 @@ on:
|
||||||
- push
|
- push
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: nixos-nix-latest
|
runs-on: nixos-runner
|
||||||
# env:
|
# env:
|
||||||
# REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
|
# REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
|
||||||
# REPOSITORY: ${{ secrets.DOCKER_REPOSITORY }}
|
# REPOSITORY: ${{ secrets.DOCKER_REPOSITORY }}
|
||||||
# USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
# USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||||
# PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
# PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
steps:
|
steps:
|
||||||
|
- run: set
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: nix build -L .#webserver
|
- run: nix build -L .#webserver
|
||||||
- run: push-container result --repository healthchecks/webserver
|
- run: push-container result --repository healthchecks/webserver
|
||||||
|
|
Loading…
Reference in a new issue