This PR adds GitHub workflow that allows to automatically build & push multiarch container images to DockerHub on each release. Resolves #404.
You can verify the process checking workflow run: KaMeHb-UA/maddy/runs@6539365882
Before merging this PR the repository itself should be prepared — it should have 3 secrets configured: DOCKERHUB_LOGIN (foxcpp), DOCKERHUB_IMAGE (foxcpp/maddy) and DOCKERHUB_TOKEN (can be found at https://hub.docker.com/settings/security).
Here is the result (https://hub.docker.com/r/kamehb/maddy/tags):
This PR adds GitHub workflow that allows to automatically build & push multiarch container images to DockerHub on each release. Resolves #404. You can verify the process checking workflow run: KaMeHb-UA/maddy/runs@6539365882 Before merging this PR the repository itself should be prepared — it should have 3 secrets configured:
DOCKERHUB_LOGIN
(foxcpp
),DOCKERHUB_IMAGE
(foxcpp/maddy
) andDOCKERHUB_TOKEN
(can be found at https://hub.docker.com/settings/security). Here is the result (https://hub.docker.com/r/kamehb/maddy/tags):