merge-requests/2/head
Dominika Liberda 2021-03-09 17:18:05 +01:00
parent 34a697085c
commit e20ad193b7
1 changed files with 5 additions and 5 deletions

View File

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