Skip to content

This action is creating a new image based on source images with Buildx

License

Notifications You must be signed in to change notification settings

kphrx/docker-buildx-imagetools-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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