devture / exim-relay

🐳 A lightweight non-root Docker image for an Exim mail relay, based on Alpine Linux.
Apache License 2.0
38 stars 34 forks source link

Build and publish with GitHub Actions #16

Closed svasek closed 2 years ago

svasek commented 2 years ago

Hi, I've added workflow file to build and publish your docker image with GitHub Actions. To make it work you just need to add Actions secrets into your repository. The secret name should be DOCKERHUB_TOKEN and value should contain your token to Docker Hub.

Regards, Milos

svasek commented 2 years ago

This is possible solution for the issue https://github.com/devture/exim-relay/issues/14.

spantaleev commented 2 years ago

Thank you for working on this! :bow:

I've decided on using Gitlab CI instead (b958dbd3dac2a1e), however. The workflow there works in a similar way. I've opted for simpler version determination though - one based on manual git tagging, instead of checking Alpine Linux package versions and trying to auto-set the version.