Skip to content

Commit 6378226

Browse files
committed
remove
1 parent 8bf72ff commit 6378226

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp-cicd/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ORGANIZATION = oneoffcoder
55
REPOSITORY = cpp-cicd
66
VERSION = 0.0.5
77
IMAGE_VERSION = $(ORGANIZATION)/$(REPOSITORY):$(VERSION)
8-
IMAGE_LATEST = $(ORGANIZATION)/$(REPOSITORY):latest
98

109
build:
1110
docker buildx build --platform linux/amd64,linux/arm64 -t $(IMAGE_VERSION) --push .

0 commit comments

Comments
 (0)