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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue