- Mar 30, 2018
-
-
Rhys Arkins authored
Closes #1733
- Mar 09, 2018
-
-
Rhys Arkins authored
Now semantic-release tags without `v` prefix so updating post-push hook.
-
Rhys Arkins authored
We need to parse $IMAGE_NAME because $CACHE_TAG is broken on Docker Hub post_push
-
Rhys Arkins authored
Docker's build process doesn't allow you to ADD or COPY files from outside the directory tree. e.g. `ADD ../package.json .` is forbidden. The only option I can see is to move it and `hooks` back into the project root.
-