merge-requests/2/head
Dominika Liberda 2021-03-09 15:53:48 +01:00
parent 3e030f4b17
commit 34a697085c
1 changed files with 20 additions and 0 deletions

20
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,20 @@
services:
- docker:18-dind
variables:
DOCKER_DRIVER: overlay2
stages:
- push
docker-push:
image: docker
stage: push
before_script:
- docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASSWORD" repo.ptrc.pl
script:
- docker build -t repo.ptrc.pl/laudompat/http.sh .
- docker push repo.ptrc.pl/laudompat/http.sh
only:
refs:
- master