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

chore(docker): publish images to docker hub and ghcr.io #393

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

Conversation

Falci
Copy link

@Falci Falci commented Aug 16, 2024

This PR adds the GitHub Action to automatically publish docker images to Docker Hub and GHCR.io

It will create image tags as:

  • Every merge to master updates the :edge version
  • Every git tag: (example: 1.8.1)
    • Updates :1
    • Updates :1.8
    • Creates :1.8.1
    • Updates :latest

Before merging:
Someone with access rights to this repo's settings should add the following secrets:

DOCKERHUB_ACCOUNT
DOCKERHUB_TOKEN (read and write access, from https://app.docker.com/settings/personal-access-tokens)
DOCKERHUB_USERNAME

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.

1 participant