You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker image for CI builds that combines Elixir and Node+Yarn. Hosted on Docker Hub here: [skrebbel/docker-elixir-yarn](https://hub.docker.com/repository/docker/skrebbel/docker-elixir-yarn)
3
+
4
+
We use this at TalkJS for our CI builds. No promises that it's good for anything else!
5
+
6
+
To make changes from inside GitHub UI, do:
7
+
- Edit the Dockerfile by opening it and clicking "Edit", then commit
8
+
- Assuming you version bumped something, create a new tag by going to "releases" and clicking "Create new release". That's just `git tag` for the lazy.
9
+
- Docker Hub is now going to autobuild stuff.
10
+
- Update the reference to [skrebbel/docker-elixir-yarn](https://hub.docker.com/repository/docker/skrebbel/docker-elixir-yarn) inside wherever you're using it (eg circle.yml)
0 commit comments