Skip to content
Snippets Groups Projects
Commit 701c3444 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Zmena tagu na latest

parent dc55ae1f
No related branches found
No related tags found
No related merge requests found
image: docker:19.03.1
variables:
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
IMAGE_TAG: $CI_REGISTRY_IMAGE:latest
services:
- docker:19.03.1-dind
before_script:
......@@ -12,4 +12,3 @@ build:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t $IMAGE_TAG .
- docker push $IMAGE_TAG
- docker build -t rvvote:0.2 .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment