This commit is contained in:
parent
9b2adaa5d6
commit
e3125ffe1d
|
@ -21,7 +21,7 @@ jobs:
|
||||||
git lfs install --local
|
git lfs install --local
|
||||||
git lfs pull
|
git lfs pull
|
||||||
- name: Build and test
|
- name: Build and test
|
||||||
run: nix build -L .#li7y .#li7y-oci .#li7y-tarpaulin
|
run: nix build -L .#li7y .#li7y-oci
|
||||||
- name: Push OCI image
|
- name: Push OCI image
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
run: |
|
run: |
|
||||||
|
@ -30,8 +30,3 @@ jobs:
|
||||||
podman tag li7y git.sbruder.de/simon/li7y:latest
|
podman tag li7y git.sbruder.de/simon/li7y:latest
|
||||||
podman login --username simon --password "${{ secrets.REGISTRY_PASSWORD }}" git.sbruder.de
|
podman login --username simon --password "${{ secrets.REGISTRY_PASSWORD }}" git.sbruder.de
|
||||||
podman push git.sbruder.de/simon/li7y:latest
|
podman push git.sbruder.de/simon/li7y:latest
|
||||||
- run: nix build -L .#li7y-tarpaulin
|
|
||||||
- uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: tarpaulin
|
|
||||||
path: result/
|
|
||||||
|
|
Loading…
Reference in a new issue