Loading .gitlab-ci.yml +4 −1 Original line number Diff line number Diff line --- include: - project: shore/ci-templates file: templates/docker-compose.yml file: templates/docker.yml build: extends: .compose-build Loading @@ -9,6 +9,9 @@ build: variables: COMPOSE_DOCKER_CLI_BUILD: "" push: extends: .compose-push run: extends: .compose-run tags: [ns4.shore.co.il] docker-compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ services: build: context: . hostname: workbench.shore.co.il # image: adarnimrod/workbench image: registry.shore.co.il/workbench:${TAG:-latest} network_mode: host restart: always tmpfs: Loading Loading
.gitlab-ci.yml +4 −1 Original line number Diff line number Diff line --- include: - project: shore/ci-templates file: templates/docker-compose.yml file: templates/docker.yml build: extends: .compose-build Loading @@ -9,6 +9,9 @@ build: variables: COMPOSE_DOCKER_CLI_BUILD: "" push: extends: .compose-push run: extends: .compose-run tags: [ns4.shore.co.il]
docker-compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ services: build: context: . hostname: workbench.shore.co.il # image: adarnimrod/workbench image: registry.shore.co.il/workbench:${TAG:-latest} network_mode: host restart: always tmpfs: Loading