Closed svasek closed 2 years ago
This is possible solution for the issue https://github.com/devture/exim-relay/issues/14.
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.
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 beDOCKERHUB_TOKEN
and value should contain your token to Docker Hub.Regards, Milos