parent
15a88b66c1
commit
93ded64487
|
@ -16,3 +16,13 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
nix build .#li7y-oci
|
nix build .#li7y-oci
|
||||||
podman image load -i ./result
|
podman image load -i ./result
|
||||||
|
- name: Push OCI image
|
||||||
|
id: push-oci
|
||||||
|
uses: https://github.com/redhat-actions/push-to-registry@v2
|
||||||
|
with:
|
||||||
|
image: git.sbruder.de/simon/li7y
|
||||||
|
tags: latest
|
||||||
|
username: simon
|
||||||
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
- name: Print image url
|
||||||
|
run: echo "Image pushed to ${{ steps.push-oci.outputs.registry-paths }}"
|
||||||
|
|
Loading…
Reference in a new issue