Actions: Use podman actions for publishing
Some checks failed
build and publish containers / build (nixos, unstable) (push) Successful in 5m57s
build and publish containers / build (nixos, 24.11) (push) Successful in 6m9s
build and publish containers / publish (nixos, 24.11) (push) Failing after 13s
build and publish containers / publish (nixos, unstable) (push) Failing after 13s
Some checks failed
build and publish containers / build (nixos, unstable) (push) Successful in 5m57s
build and publish containers / build (nixos, 24.11) (push) Successful in 6m9s
build and publish containers / publish (nixos, 24.11) (push) Failing after 13s
build and publish containers / publish (nixos, unstable) (push) Failing after 13s
This commit is contained in:
parent
fa434ee76e
commit
e6e31523fe
1 changed files with 6 additions and 5 deletions
|
@ -38,13 +38,14 @@ jobs:
|
|||
strategy: *strategy
|
||||
steps:
|
||||
- name: login to container registry
|
||||
uses: https://code.forgejo.org/docker/login-action@v2
|
||||
uses: redhat-actions/podman-login@v1
|
||||
with:
|
||||
registry: git.flyinggecko.org
|
||||
username: flyinggecko
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- name: publish image
|
||||
env:
|
||||
IMAGE: git.flyinggecko.org/flyinggecko/oci-images/${{ matrix.container }}:${{ matrix.version }}
|
||||
run: |
|
||||
docker push "${IMAGE}"
|
||||
uses: redhat-actions/push-to-registry@v2
|
||||
with:
|
||||
image: git.flyinggecko.org/flyinggecko/oci-images/${{ matrix.container }}
|
||||
tags: ${{ matrix.version }}
|
||||
registry: git.flyinggecko.org
|
||||
|
|
Loading…
Add table
Reference in a new issue