Skip to content

Commit 6d953bd

Browse files
authored
Fix docker GHA (#83)
1 parent 3b8ee43 commit 6d953bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ $(base.all:%=docker.push.%): BASE_IMAGE=$($(base.each:docker.push.%=base.image.%
117117
$(base.all:%=docker.push.%): FINAL_TAG=$(VERSION)-$(base.each:docker.push.%=%)
118118
$(base.all:%=docker.%) $(base.all:%=docker.push.%):
119119
docker buildx create --use --driver docker-container --name skywalking_go > /dev/null 2>&1 || true
120-
docker build $(PLATFORMS) $(LOAD_OR_PUSH) \
120+
docker buildx build $(PLATFORMS) $(LOAD_OR_PUSH) \
121121
--no-cache \
122122
--build-arg "BASE_GO_IMAGE=$(BASE_IMAGE)" \
123123
--build-arg "VERSION=$(VERSION)" \

0 commit comments

Comments
 (0)