parent
6429f6abd0
commit
63e5b24a8a
|
@ -16,14 +16,6 @@ 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
|
podman login --username simon --password "${REGISTRY_PASSWORD}" git.sbruder.de
|
||||||
id: push-oci
|
podman tag li7y git.sbruder.de/simon/li7y:latest
|
||||||
uses: https://github.com/redhat-actions/push-to-registry@v2
|
podman push git.sbruder.de/simon/li7y:latest
|
||||||
with:
|
|
||||||
image: git.sbruder.de/simon/li7y
|
|
||||||
tags: latest
|
|
||||||
registry: git.sbruder.de
|
|
||||||
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