Co-authored-by:
CI / test (push) Successful in 9m40s
Deploy stage (core) / deploy-stage-core (push) Failing after 33s

This commit is contained in:
2026-07-11 15:14:06 +03:00
parent 936a99cc07
commit 3f5dde4986
+1
View File
@@ -62,6 +62,7 @@ publish_image() {
fi fi
docker buildx imagetools create \ docker buildx imagetools create \
-t "${REGISTRY}/${name}:${TAG}" \ -t "${REGISTRY}/${name}:${TAG}" \
-t "${REGISTRY}/${name}:dev" \
"${REGISTRY}/${name}:ift" "${REGISTRY}/${name}:ift"
} }