This commit is contained in:
parent
8d61741f47
commit
d3ca7537c8
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue