Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
eossr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ESCAPE2020
WP3
eossr
Merge requests
!41
correct name parsing in CI and snippet
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
correct name parsing in CI and snippet
update_docker_filename
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Enrique Garcia
requested to merge
update_docker_filename
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Viewing commit
19fab408
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
19fab408
correct name parsing in CI and snippet
· 19fab408
Enrique Garcia
authored
3 years ago
examples/CI_code_snippets/5.ex_CI_build_image_and_upload_OSSR.md
+
1
−
1
Options
@@ -48,7 +48,7 @@ build_docker_image:
-
docker push $CI_REGISTRY_IMAGE:$LAST_RELEASE
# Save docker image into a file to be uploaded in next stage
-
docker save -o Docker_$CI_PROJECT_NAME_$LAST_RELEASE.tar $CI_REGISTRY_IMAGE:$LAST_RELEASE
-
docker save -o Docker_$
{
CI_PROJECT_NAME
}
_$LAST_RELEASE.tar $CI_REGISTRY_IMAGE:$LAST_RELEASE
-
cd .. && mkdir -p build && cp Docker/*.tar build
-
ls build
artifacts
:
Loading