Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
go-with-dep
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
Container registry
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker
go-with-dep
Commits
436feaea
Commit
436feaea
authored
6 years ago
by
Alexey Kuklin
Browse files
Options
Downloads
Plain Diff
Merge branch 'x86' into 'master'
X86 See merge request
!1
parents
2776b497
91a390f2
No related branches found
No related tags found
1 merge request
!1
X86
Pipeline
#5900
passed
6 years ago
Stage: build-x86
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+9
-0
9 additions, 0 deletions
.gitlab-ci.yml
with
9 additions
and
0 deletions
.gitlab-ci.yml
+
9
−
0
View file @
436feaea
...
@@ -4,6 +4,7 @@ services:
...
@@ -4,6 +4,7 @@ services:
stages
:
stages
:
-
build
-
build
-
build-x86
variables
:
variables
:
TEST_IMAGE
:
registry.vereign.com/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME:$CI_COMMIT_REF_NAME
TEST_IMAGE
:
registry.vereign.com/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME:$CI_COMMIT_REF_NAME
...
@@ -20,3 +21,11 @@ build:
...
@@ -20,3 +21,11 @@ build:
-
docker build --pull -t $TEST_IMAGE -f Dockerfile .
-
docker build --pull -t $TEST_IMAGE -f Dockerfile .
-
docker push $TEST_IMAGE
-
docker push $TEST_IMAGE
build
:
stage
:
build-x86
tags
:
-
dell
script
:
-
docker build --pull -t ${TEST_IMAGE}-x86 -f Dockerfile .
-
docker push ${TEST_IMAGE}-x86
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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