Skip to content

actionhippie/pushrm

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

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 thomas@webhippie.de first.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

Apache-2.0

Copyright

Copyright (c) 2021 Thomas Boerger <thomas@webhippie.de>

About

Action to push a README to DockerHub, Quay or Harbor

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •