Skip to content
Snippets Groups Projects
Commit 3c873828 authored by Adrien Lescourt's avatar Adrien Lescourt
Browse files

Remove ci pipeline

parent f15bd35c
No related branches found
No related tags found
No related merge requests found
variables:
DOCKER_TLS_CERTDIR: "/certs"
DOCKER_BASE_IMG: theopirkl/practical-work-manager
docker-build:
# Use the official docker image.
image: docker:latest
stage: build
services:
- docker:dind
script:
- echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin
- docker image pull $DOCKER_BASE_IMG || true
- cd /builds/isc/projects/practical-work-manager
- docker build --tag $DOCKER_BASE_IMG .
- docker push $DOCKER_BASE_IMG
only:
changes:
- Dockerfile
- pwm
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment