Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-jentzsch committed Oct 3, 2019
1 parent c34b638 commit 34270ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,10 @@ dockerhub-deploy:
- docker login -u ${DOCKERHUB_USERNAME} -p ${DOCKERHUB_PASSWORD} ${DOCKERHUB_REGISTRY}
script:
- docker build -t $COMMIT_IMAGE_TAG .
- docker tag $COMMIT_IMAGE_TAG $RELEASE_IMAGE_TAG
- docker tag $COMMIT_IMAGE_TAG $IMAGE_TAG
- docker push $IMAGE_TAG
- docker push $COMMIT_IMAGE_TAG
- docker tag $IMAGE_TAG slockit/in3:latest
- docker push slockit/in3:latest

wasm-slockit-npm:
image: docker.slock.it/build-images/node:11-alpine
Expand Down

0 comments on commit 34270ba

Please sign in to comment.