Loading .gitlab-ci.yml +18 −0 Original line number Diff line number Diff line Loading @@ -2,3 +2,21 @@ include: - project: shore/ci-templates file: templates/pre-commit.yml - project: shore/ci-templates file: templates/docker.yml stages: - test - build - deploy variables: IMAGE: docker-clean build: extends: .docker-build-shore tags: [ns4.shore.co.il] push: extends: .docker-push-shore tags: [ns4.shore.co.il] README.md +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ containers. ## Usage ``` docker run -v /var/run/docker.sock:/var/run/docker.sock adarnimrod/docker-clean docker run -v /var/run/docker.sock:/var/run/docker.sock registry.shore.co.il/docker-clean ``` ## License Loading Loading
.gitlab-ci.yml +18 −0 Original line number Diff line number Diff line Loading @@ -2,3 +2,21 @@ include: - project: shore/ci-templates file: templates/pre-commit.yml - project: shore/ci-templates file: templates/docker.yml stages: - test - build - deploy variables: IMAGE: docker-clean build: extends: .docker-build-shore tags: [ns4.shore.co.il] push: extends: .docker-push-shore tags: [ns4.shore.co.il]
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ containers. ## Usage ``` docker run -v /var/run/docker.sock:/var/run/docker.sock adarnimrod/docker-clean docker run -v /var/run/docker.sock:/var/run/docker.sock registry.shore.co.il/docker-clean ``` ## License Loading