.
Some checks failed
Create OCI image(s) / Build and push images (push) Failing after 2m6s

This commit is contained in:
Chris Kruining 2025-09-08 14:41:24 +02:00
parent 0dfc778e6b
commit b09c45e970
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -30,6 +30,8 @@ jobs:
- name: Log into registry
run: |
set -x
podman login \
--username "${{ forge.actor }}" \
--password "${{ forge.token }}" \
@ -44,7 +46,7 @@ jobs:
- name: Push image
run: |
set -o xtrace
set -x
podman manifest rm localhost:${{ env.tag }} || true
podman manifest create localhost:${{ env.tag }} localhost/default:${{ env.tag }}