Create OCI/Docker manifest list
ActionsThis action is a wrapper around docker buildx imagetools create
See action.yml
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: latest
# ...
- name: Create manifest list
uses: kphrx/docker-buildx-imagetools-action@v0.1.0
with:
sources: |
sha256:<hash>
sha256:<hash>
tags: ghcr.io/<name>/<repo>:latest
Create OCI/Docker manifest list is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.