Skip to content

Commit 7df5844

Browse files
committed
Merge pull request #286 from kmala/ci
fix(makefile): make the docker-build call the build
2 parents 434a078 + 54898ef commit 7df5844

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ build:
4242
test:
4343
${DEV_ENV_CMD} sh -c 'go test $$(glide nv)'
4444

45-
docker-build:
45+
docker-build: build
4646
docker build --rm -t ${IMAGE} rootfs
4747
docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
4848

0 commit comments

Comments
 (0)