GitHub Action to upload Docker image manifests.
name: Example
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actionhippie/manifest@v1
with:
username: octocat
password: p455w0rd
platforms: linux/amd64,linux/arm64,linux/arm
template: foo/bar-ARCH:v1
target: foo/bar:v1
ignore_missing: true
Username for the used registry
Password for the used registry
Enable insecure access to the used registry, defaults to false
Enable debug output for manifest-tool, defaults to false
Path manifest file in YAML format
List of the platforms that images should be pushed for
Pattern the source images have, OS and ARCH will be replaced
Name of the manifest list image that is going to be produced
Only warn on missing images defined in spec or list, defaults to false
None
If you find a security issue please contact thomas@webhippie.de first.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2021 Thomas Boerger <thomas@webhippie.de>