Skip to content

actionhippie/pushrm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pushrm

Current Tag Docker Build

GitHub Action to push a README to DockerHub, Quay or Harbor.

Usage

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

Inputs

username

Username for DockerHub or Harbor

password

Password for DockerHub or Harbor

apikey

API key only used for Quay.io

provider

Used provider like dockerhub, harbor or quay

description

Short description to be set on the registry

readme

Path to another README like README.container.md

target

Target image to write the README to

Outputs

None

Security

If you find a security issue please contact [email protected] first.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

Apache-2.0

Copyright

Copyright (c) 2021 Thomas Boerger <[email protected]>