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
54ac0376
Commit
54ac0376
authored
Nov 05, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
13a7855d
Pipeline
#12070
failed
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
54ac0376
...
@@ -40,22 +40,16 @@ test:
...
@@ -40,22 +40,16 @@ test:
after_script
:
after_script
:
-
echo "Tests completed succesfully"
-
echo "Tests completed succesfully"
build
_with_kaniko
:
build
:
stage
:
build
stage
:
build
image
:
image
:
quay.io/buildah/stable
name
:
gcr.io/kaniko-project/executor:latest
variables
:
entrypoint
:
[
"
/kaniko/executor"
]
STORAGE_DRIVER
:
vfs
BUILDAH_FORMAT
:
docker
FQ_IMAGE_NAME
:
"
$CI_REGISTRY_IMAGE/test"
before_script
:
-
echo "$CI_REGISTRY_PASSWORD" | buildah login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
script
:
script
:
-
--context=dir://$CI_PROJECT_DIR/$DOCKER_CONTEXT
-echo "A Temp Build running"
-
--dockerfile=$CI_PROJECT_DIR/$DOCKER_CONTEXT/Dockerfile
-
--no-push
-
--tarPath=$CI_PROJECT_DIR/${IMAGE_NAME}_${CI_COMMIT_SHORT_SHA}.tar
-
--verbosity=info
artifacts
:
paths
:
-
${IMAGE_NAME}_${CI_COMMIT_SHORT_SHA}.tar
expire_in
:
1 day
tags
:
-
docker
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