Skip to content

Commit 8bf72ff

Browse files
committed
inspect
1 parent b3c126d commit 8bf72ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpp-cicd/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ IMAGE_LATEST = $(ORGANIZATION)/$(REPOSITORY):latest
1010
build:
1111
docker buildx build --platform linux/amd64,linux/arm64 -t $(IMAGE_VERSION) --push .
1212

13+
inspect:
14+
docker buildx imagetools inspect $(IMAGE_VERSION)
15+
1316
push:
1417
docker push ${IMAGE_VERSION}

0 commit comments

Comments
 (0)