podman manifest action
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user