Public Access
1
0

podman manifest action

This commit is contained in:
2026-05-26 19:25:25 +02:00
parent b0ceee7e9b
commit 316a41d231
3 changed files with 107 additions and 53 deletions
+20
View File
@@ -22,6 +22,26 @@ Builds and optionally pushes OCI container images to `registry.noctrl.eu` using
See [podman-build-publish README](./podman-build-publish/README.md) for full documentation.
### Podman Manifest Publish
Creates and pushes OCI multi-arch manifest tags to `registry.noctrl.eu` using
Podman with isolated storage context.
**Location:** [`./podman-manifest-publish`](./podman-manifest-publish)
**Use in workflows:**
```yaml
- uses: https://gitea.noctrl.eu/noctrl/actions/podman-manifest-publish@v1
with:
image-name: noctrl/myapp
manifest-tag: v1.2.3
source-tags: |
v1.2.3-tmp-123-amd64
v1.2.3-tmp-123-arm64
```
See [podman-manifest-publish README](./podman-manifest-publish/README.md) for full documentation.
## Usage
Reference actions by absolute URL in your workflow: