Commit graph

8 commits

Author SHA1 Message Date
Michael Kriese
260dd150bd fix(docker): fix version and docker tags for slim image (#4374) 2019-08-26 15:18:12 +02:00
Rhys Arkins
abb12d850a fix: tag docker image as latest when on semver 2018-03-30 06:42:25 +02:00
Rhys Arkins
5945352890 fix: insert version tag for docker only if it’s a semver 2018-03-30 06:13:35 +02:00
Rhys Arkins
04d47b5e47 fix: insert correct version into package.json before docker build
Closes #1733
2018-03-30 06:12:40 +02:00
Rhys Arkins
548fd34ef5
fix(docker): fix tagging
Now semantic-release tags without `v` prefix so updating post-push hook.
2018-03-09 17:27:26 +01:00
Rhys Arkins
a3f471e831 fix(docker hub): tag full semver without v prefix 2018-03-09 15:23:35 +01:00
Rhys Arkins
b56db78b9a refactor: parse IMAGE_NAME to get CACHE_TAG on docker hub
We need to parse $IMAGE_NAME because $CACHE_TAG is broken on Docker Hub post_push
2018-03-09 15:22:21 +01:00
Rhys Arkins
07ac4d2207
fix: move Dockerfile to project root (#1628)
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.
2018-03-09 14:23:08 +01:00