Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kphrx/docker-buildx-imagetools-action
- Owner: kphrx
- License: mit
- Created: 2023-11-26T06:27:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-29T19:07:49.000Z (8 months ago)
- Last Synced: 2024-05-01T16:37:20.312Z (8 months ago)
- Topics: action, docker-buildx
- Language: TypeScript
- Homepage:
- Size: 2.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```