Skip to content
anchor

GitHub Action

Create OCI/Docker manifest list

v0.1.2 Pre-release

Create OCI/Docker manifest list

anchor

Create OCI/Docker manifest list

Create a new image based on source images with Buildx

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Create OCI/Docker manifest list

uses: kphrx/[email protected]

Learn more about this action in kphrx/docker-buildx-imagetools-action

Choose a version

Docker Buildx imagetools action

GitHub Super-Linter CI Check dist/ CodeQL Coverage

This action is a wrapper around docker buildx imagetools create

Usage

See action.yml

Example

steps:
  - name: Set up Docker Buildx
    uses: docker/setup-buildx-action@v3
    with:
      version: latest

  # ...

  - name: Create manifest list
    uses: kphrx/[email protected]
    with:
      sources: |
        sha256:<hash>
        sha256:<hash>
      tags: ghcr.io/<name>/<repo>:latest