Co-authored-by:
CI / test (push) Has been cancelled

This commit is contained in:
2026-07-11 15:10:06 +03:00
parent 899341d26d
commit 936a99cc07
5 changed files with 48 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ rebuild_image() {
docker buildx build -f "${dockerfile}" --push \
-t "${REGISTRY}/${name}:${TAG}" \
-t "${REGISTRY}/${name}:ift" \
-t "${REGISTRY}/${name}:dev" \
--provenance=false --sbom=false \
"${context}"
}