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 b3c126d commit 8bf72ffCopy full SHA for 8bf72ff
cpp-cicd/Makefile
@@ -10,5 +10,8 @@ IMAGE_LATEST = $(ORGANIZATION)/$(REPOSITORY):latest
10
build:
11
docker buildx build --platform linux/amd64,linux/arm64 -t $(IMAGE_VERSION) --push .
12
13
+inspect:
14
+ docker buildx imagetools inspect $(IMAGE_VERSION)
15
+
16
push:
17
docker push ${IMAGE_VERSION}
0 commit comments