Commit 7f76440c authored by Anton Borisov's avatar Anton Borisov

Add new file

parent 96b94bf6
Pipeline #113 failed with stage
in 2 minutes and 49 seconds
stages:
- build
build:
stage: build
image: docker:stable
services:
- docker:dind
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
script:
- docker login -u "gitlab-ci-token" -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
- docker build -t ${CI_REGISTRY_IMAGE}:${CI_PIPELINE_ID} .
- docker push ${CI_REGISTRY_IMAGE}:${CI_PIPELINE_ID}
environment:
name: ${CI_COMMIT_REF_NAME}
url: https://xvideos.com
only:
- dev
tags:
- kubernetes
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment