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

Update .gitlab-ci.yml file

parent 9f4b0adf
Branches
2 merge requests!3Resolve "Z-DNA view error",!1Resolve "Move frontend to separate project"
Pipeline #165176 passed with warnings with stages
in 2 minutes and 15 seconds
......@@ -55,6 +55,10 @@ docker-build-latest:
script:
- docker build -t $DOCKER_NAMESPACE/$PROJECT_NAME:latest .
- docker save -o build/image.tar $DOCKER_NAMESPACE/$PROJECT_NAME:latest
artifacts:
paths:
- build/image.tar
expire_in: 1 hour # Optional: Set an expiration time for the artifact
docker-build-tag:
stage: build
......
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