We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe6740 commit cc74fcdCopy full SHA for cc74fcd
1 file changed
Makefile
@@ -113,7 +113,7 @@ examples: build
113
114
# Build Docker image: sqlc (from engine-plugin) + sqlc-engine-ydb + codegen plugins.
115
# Optional: DOCKER_IMAGE=name, ENGINE_PLUGIN_REF=branch (docker build --build-arg).
116
-docker-build:
+docker:
117
docker build -t $(DOCKER_IMAGE) .
118
@echo "ok: image $(DOCKER_IMAGE)"
119
0 commit comments