This commit is contained in:
Dominika Liberda 2021-03-09 15:53:48 +01:00
parent 3e030f4b17
commit 34a697085c

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