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
70ca3c8d
Commit
70ca3c8d
authored
May 12, 2020
by
Simon Volpert
🐧
Browse files
tag
parent
8bd16600
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
70ca3c8d
...
...
@@ -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