everything that happens here is nice and not crimes
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Alexandra Catalina
read-thing
Commits
fde54433
Commit
fde54433
authored
Jan 22, 2021
by
Alexandra Catalina
🎱
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: fix path to dockerfile
parent
e6a94e8e
Pipeline
#32
failed with stages
in 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ci/build.yaml
ci/build.yaml
+1
-1
No files found.
ci/build.yaml
View file @
fde54433
...
...
@@ -5,7 +5,7 @@
if [ "$CI_COMMIT_BRANCH" = "trunk" ]; then
destination="$destination --destination $CI_REGISTRY_IMAGE:latest"
fi
/kaniko/executor --context "$CI_PROJECT_DIR" --cache=true --dockerfile "$CI_PROJECT_DIR"/
docker/
Dockerfile $destination
/kaniko/executor --context "$CI_PROJECT_DIR" --cache=true --dockerfile "$CI_PROJECT_DIR"/Dockerfile $destination
}
.build
:
...
...
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