Skip to content
Snippets Groups Projects
Commit 97929137 authored by Michal Petrovič's avatar Michal Petrovič
Browse files

Update .gitlab-ci.yml file

parent c7312cb0
Branches
1 merge request!4Resolve "Vyuzitie cachce miesto artifacts pomocou tags pre runnery"
Pipeline #166547 passed with warnings with stages
in 2 minutes and 3 seconds
......@@ -50,9 +50,9 @@ docker-build-latest:
image: docker:git
tags:
- cache
only:
refs:
- main
#only:
# refs:
# - main
except:
variables:
- $CI_COMMIT_TAG
......@@ -97,8 +97,8 @@ docker-push-latest:
image: docker
tags:
- cache
only:
- main
#only:
# - main
before_script:
- docker login -u $DOCKER_USERNAME -p $DOCKER_TOKEN $DOCKER_REGISTRY
script:
......
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