Skip to content

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