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

Update .gitlab-ci.yml

parent 9fd1f867
No related branches found
No related tags found
No related merge requests found
Pipeline #24 passed
...@@ -13,5 +13,5 @@ before_script: ...@@ -13,5 +13,5 @@ before_script:
build: build:
stage: build stage: build
script: script:
- docker build -t my-docker-image . - docker build -t $IMAGE_TAG .
- docker push $IMAGE_TAG - docker push $IMAGE_TAG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment