Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BamBirds
Testing
Commits
e6fc4339
Commit
e6fc4339
authored
Aug 04, 2021
by
Felix Haase
Browse files
Fix matrix configuration
parent
05fbe965
Pipeline
#1029
failed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e6fc4339
...
...
@@ -18,8 +18,9 @@ stages:
-
echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
script
:
-
/kaniko/executor --context $CI_PROJECT_DIR/$PATH --dockerfile $CI_PROJECT_DIR/$PATH/Dockerfile --destination $IMAGE_NAME/$PATH:$IMAGE_TAG
matrix
:
-
PATH
:
[
build
,
run
]
parallel
:
matrix
:
-
PATH
:
[
build
,
run
]
docker-build-master
:
...
...
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