We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468bdc4 commit 9dc3f0fCopy full SHA for 9dc3f0f
build.sh
@@ -6,4 +6,5 @@ if [[ -n ${tag} ]]; then
6
versionTag="-t flowci/core:$tag"
7
fi
8
9
-docker buildx build -f ./core/Dockerfile --platform linux/arm64,linux/amd64 --push -t flowci/core:latest $versionTag ./core
+#docker buildx build -f ./core/Dockerfile --platform linux/arm64,linux/amd64 --push -t flowci/core:latest $versionTag ./core
10
+docker build -f ./core/Dockerfile -t flowci/core:latest $versionTag ./core
0 commit comments