parent
6429f6abd0
commit
63e5b24a8a
|
@ -16,14 +16,6 @@ jobs:
|
|||
run: |
|
||||
nix build .#li7y-oci
|
||||
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
|
||||
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 }}"
|
||||
podman login --username simon --password "${REGISTRY_PASSWORD}" git.sbruder.de
|
||||
podman tag li7y git.sbruder.de/simon/li7y:latest
|
||||
podman push git.sbruder.de/simon/li7y:latest
|
||||
|
|
Loading…
Reference in a new issue