Commit bb4f3f14 authored by nimrod's avatar nimrod
Browse files

Personal registry.

parent 39573455
Loading
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -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]
+1 −1
Original line number Diff line number Diff line
@@ -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