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 4a563f0 commit eaebf67Copy full SHA for eaebf67
2.7/onbuild/Makefile
@@ -10,4 +10,3 @@ build:
10
11
clean:
12
docker images $(IMAGE_NAME) | grep -q $(IMAGE_TAG) && docker rmi $(IMAGE_NAME):$(IMAGE_TAG) || true
13
- docker images $(IMAGE_NAME) | grep -q latest && docker rmi $(IMAGE_NAME):latest || true
3.4/onbuild/Makefile
0 commit comments