Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kphrx/docker-buildx-imagetools-action

This action is creating a new image based on source images with Buildx
https://github.com/kphrx/docker-buildx-imagetools-action

action docker-buildx

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Docker Buildx imagetools action

[![GitHub Super-Linter](https://github.com/actions/typescript-action/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)
![CI](https://github.com/actions/typescript-action/actions/workflows/ci.yml/badge.svg)
[![Check dist/](https://github.com/actions/typescript-action/actions/workflows/check-dist.yml/badge.svg)](https://github.com/actions/typescript-action/actions/workflows/check-dist.yml)
[![CodeQL](https://github.com/actions/typescript-action/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/actions/typescript-action/actions/workflows/codeql-analysis.yml)
[![Coverage](./badges/coverage.svg)](./badges/coverage.svg)

This action is a wrapper around `docker buildx imagetools create`

## Usage

See [action.yml](action.yml)

### Example

```yaml
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:
sha256:
tags: ghcr.io//:latest
```