rojopolis / spellcheck-github-actions

Spell check action
MIT License
138 stars 38 forks source link

Implement automation of build and release process #80

Open jonasbn opened 2 years ago

jonasbn commented 2 years ago

:abc: User Story

As a maintainer I can build a Docker image automatically and have it uploaded to a container registry so that I can make sure that it is built on a compatible platform

:information_source: Notes

:ok: Acceptance Criteria

:arrow_right: Resources and References

sxd commented 2 years ago

@jonasbn I just added a PR #108 that may help to fix this issue, don't know if it what you have on your mind, hope it will help.

On the other hand, will also add support for arm64 since I wanted to run the image on my raspberrypi but I wasn't able to do it

jonasbn commented 2 years ago

Hi @sxd

Thank you, I will have a look at it over the weekend.

sxd commented 2 years ago

Hi @jonasbn

Awesome!! I'll be waiting your feedback and requests!

Regards!