Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build push #467

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

nvanheuverzwijn
Copy link

@nvanheuverzwijn nvanheuverzwijn commented Oct 2, 2020

Description
This pull request adds docker image push.

Features

  • Images are available via ghcr.io/adnanh/webhook.
  • Images tags looks like this : ghcr.io/adnanh/webhook:latest (latest master branch build), ghcr.io/adnanh/webhook:2 (2.x.x series), ghcr.io/adnanh/webhook:2.7 (2.7.x series), ghcr.io/adnanh/webhook:2.7.0 (specific 2.7.0 tag)

Notes
This branch requires #466 to be merged because this can work.
There are two secrets that needs to be added : GHCR_TOKEN and GHCR_USERNAME. The token is a Private Access Token with repo and packages scope while the username should be your username adnanh. This is needed to push on ghcr.io.
Old tags won't be available in ghcr unless we add them manually.

@nvanheuverzwijn nvanheuverzwijn changed the base branch from master to development October 2, 2020 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant