Skip to content
Snippets Groups Projects
Commit 4e1cde90 authored by michael.minelli's avatar michael.minelli
Browse files

CI/CD => Fix typo

parent 6496e5e3
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@
- >
platform_array=$(echo $DOCKER_PLATFORMS | tr "," "\n");
for platform in $platform_array; do
echo "Buildind for : $platform"
echo "Building for: $platform"
docker buildx build --pull --platform $platform --file $DOCKERFILE --tag $CONTAINER_IMAGE .
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment