Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
frontend-vue-2
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bioinformatics
frontend-vue-2
Commits
9d5f3ee1
Commit
9d5f3ee1
authored
1 year ago
by
Michal Petrovič
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
9f4b0adf
Branches
Branches containing commit
2 merge requests
!3
Resolve "Z-DNA view error"
,
!1
Resolve "Move frontend to separate project"
Pipeline
#165176
passed with warnings with stages
in 2 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
with
4 additions
and
0 deletions
.gitlab-ci.yml
+
4
−
0
View file @
9d5f3ee1
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment