Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Simon Volpert
buildx-demo
Commits
be230f0c
Commit
be230f0c
authored
May 12, 2020
by
Simon Volpert
🐧
Browse files
Merge branch 'tag' into 'master'
tag See merge request
!2
parents
8bd16600
70ca3c8d
Pipeline
#80879
passed with stage
in 29 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
be230f0c
...
...
@@ -3,5 +3,5 @@ build:
stage
:
build
script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-
docker buildx build --push --platform linux/arm64,linux/amd64 --tag "$CI_REGISTRY_IMAGE" .
-
docker buildx build --push --platform linux/arm64,linux/amd64 --tag "$CI_REGISTRY_IMAGE"
--tag "$CI_REGISTRY_IMAGE":"$CI_COMMIT_REF_NAME"
.
-
docker manifest inspect "$CI_REGISTRY_IMAGE"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment