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 ebc3a6a commit daaef81Copy full SHA for daaef81
cache-maker/docker-build-incremental-cache.sh
@@ -19,4 +19,6 @@ docker cp $container:$baseDir/$kotlinVersion-caches-compose-wasm $targetDir
19
20
docker start $container
21
docker stop $container
22
-docker remove $container
+docker remove $container
23
+
24
+docker rmi $image_tag
0 commit comments