-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a92626
commit 016a407
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# docker-elixir-yarn | ||
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) | ||
|
||
We use this at TalkJS for our CI builds. No promises that it's good for anything else! | ||
|
||
To make changes from inside GitHub UI, do: | ||
- Edit the Dockerfile by opening it and clicking "Edit", then commit | ||
- 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. | ||
- Docker Hub is now going to autobuild stuff. | ||
- 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) |