Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
software-project-WS25
Telegram Team
Commits
13a7855d
Commit
13a7855d
authored
Nov 05, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
a33e8871
Pipeline
#12069
failed with stages
in 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
13a7855d
...
@@ -44,8 +44,7 @@ build_with_kaniko:
...
@@ -44,8 +44,7 @@ build_with_kaniko:
stage
:
build
stage
:
build
image
:
image
:
name
:
gcr.io/kaniko-project/executor:latest
name
:
gcr.io/kaniko-project/executor:latest
entrypoint
:
entrypoint
:
[
"
/kaniko/executor"
]
-
/kaniko/executor
script
:
script
:
-
--context=dir://$CI_PROJECT_DIR/$DOCKER_CONTEXT
-
--context=dir://$CI_PROJECT_DIR/$DOCKER_CONTEXT
-
--dockerfile=$CI_PROJECT_DIR/$DOCKER_CONTEXT/Dockerfile
-
--dockerfile=$CI_PROJECT_DIR/$DOCKER_CONTEXT/Dockerfile
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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