<type>(scope): <description>

i

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-11-21 15:38:02 +03:00
parent 7d8585d9f6
commit 821103138e
2 changed files with 62 additions and 52 deletions
+3 -2
View File
@@ -120,13 +120,14 @@ cache:
stage: build
script:
- |
buildah build . \
buildah bud \
--tag $IMAGE_NAME:$CI_COMMIT_SHA \
--file $CONTAINERFILE \
--target $BUILDTARGET \
--layers \
--cache-from $IMAGE_NAME-cache \
--cache-to $IMAGE_NAME-cache
--cache-to $IMAGE_NAME-cache \
.
- buildah push $IMAGE_NAME:$CI_COMMIT_SHA
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH