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
Staff
ci-templates
Commits
0b18e51b
Commit
0b18e51b
authored
Sep 17, 2020
by
Simon Volpert
🐧
Browse files
Merge branch 'test' into 'master'
entrypoint See merge request
!1
parents
cb901241
fd2c2db5
Changes
2
Hide whitespace changes
Inline
Side-by-side
img-cross.yml
View file @
0b18e51b
containerize
:
image
:
jess/img:v0.5.10
image
:
name
:
jess/img:v0.5.10
entrypoint
:
[
"
"
]
script
:
-
img login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-
img build --platform linux/amd64,linux/arm64,linux/arm/v7 -t "$CI_REGISTRY_IMAGE" .
...
...
img.yml
View file @
0b18e51b
containerize
:
image
:
jess/img:v0.5.10
image
:
name
:
jess/img:v0.5.10
entrypoint
:
[
"
"
]
script
:
-
img login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-
img build -t "$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