@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user