ousamabenyounes / docker-yellowlabtools

Alpine docker image of YellowLabTools
Apache License 2.0
32 stars 7 forks source link

Setup GitHub actions to build & publish Docker image #40

Closed kevinfarrugia closed 7 months ago

kevinfarrugia commented 8 months ago

This PR introduces two GitHub actions.

The PR also updates the README.md title to V3. 🎉

ATTN:

Before merging this pull request, you are required to create the following GitHub Repository Secrets:

- secrets.DOCKER_USERNAME
- secrets.DOCKER_PASSWORD
- secrets.DOCKER_REPOSITORY

The DOCKER_USERNAME and DOCKER_PASSWORD may be retrieved after logging in to Docker Hub and creating an Access Token. The DOCKER_REPOSITORY is ousamabenyounes/yellowlabtools

I was able to test the GitHub actions, including publishing to Docker Hub using a fork. Once the official image is updated on Docker Hub I will remove my own to avoid confusion.