Actions: fix podman actions path
Some checks failed
build and publish containers / publish (nixos, 24.11) (push) Blocked by required conditions
build and publish containers / publish (nixos, unstable) (push) Blocked by required conditions
build and publish containers / build (nixos, 24.11) (push) Has been cancelled
build and publish containers / build (nixos, unstable) (push) Has been cancelled
Some checks failed
build and publish containers / publish (nixos, 24.11) (push) Blocked by required conditions
build and publish containers / publish (nixos, unstable) (push) Blocked by required conditions
build and publish containers / build (nixos, 24.11) (push) Has been cancelled
build and publish containers / build (nixos, unstable) (push) Has been cancelled
This commit is contained in:
parent
e6e31523fe
commit
676496994c
1 changed files with 2 additions and 2 deletions
|
@ -38,13 +38,13 @@ jobs:
|
||||||
strategy: *strategy
|
strategy: *strategy
|
||||||
steps:
|
steps:
|
||||||
- name: login to container registry
|
- name: login to container registry
|
||||||
uses: redhat-actions/podman-login@v1
|
uses: actions/podman-login@v1
|
||||||
with:
|
with:
|
||||||
registry: git.flyinggecko.org
|
registry: git.flyinggecko.org
|
||||||
username: flyinggecko
|
username: flyinggecko
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
- name: publish image
|
- name: publish image
|
||||||
uses: redhat-actions/push-to-registry@v2
|
uses: actions/push-to-registry@v2
|
||||||
with:
|
with:
|
||||||
image: git.flyinggecko.org/flyinggecko/oci-images/${{ matrix.container }}
|
image: git.flyinggecko.org/flyinggecko/oci-images/${{ matrix.container }}
|
||||||
tags: ${{ matrix.version }}
|
tags: ${{ matrix.version }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue