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

This commit is contained in:
Chris Kruining 2025-09-08 14:28:46 +02:00
parent 585f179118
commit de783d03df
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 121 additions and 0 deletions

View file

@ -44,6 +44,8 @@ jobs:
- name: Push image
run: |
set -o xtrace
podman manifest rm localhost:${{ env.tag }} || true
podman manifest create localhost:${{ env.tag }} localhost/default:${{ env.tag }}