Skip to content

Allows you to publish your projects docker image to ghrc.io

Notifications You must be signed in to change notification settings

flamestro/build-push-github-action

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

build-push-github-action

To use this action you need to have a docker file in your repository. This action will then publish your docker image for you in github packages (ghcr.io).

Usage

- name: publish docker image
  uses: flamestro/build-push-github-action@v1.7.4
  with:
    username: ${{ github.repository_owner }}
    token: ${{ secrets.GITHUB_TOKEN }}

!!! ATTENTION !!! To use the GITHUB_TOKEN you need to enable write access for it in your repo -> settings -> actions -> general -> read and write access

About

Allows you to publish your projects docker image to ghrc.io

Resources

Stars

Watchers

Forks

Packages

No packages published