GitHub Action to push a README to DockerHub, Quay or Harbor.
name: Example
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actionhippie/pushrm@v1
with:
provider: dockerhub
target: webhippie/alpine
description: Docker image for Alpine
username: octocat
password: p455w0rd
Username for DockerHub or Harbor
Password for DockerHub or Harbor
API key only used for Quay.io
Used provider like dockerhub, harbor or quay
Short description to be set on the registry
Path to another README like README.container.md
Target image to write the README to
None
If you find a security issue please contact [email protected] first.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2021 Thomas Boerger <[email protected]>