Compare commits

...

1 Commits

Author SHA1 Message Date
Jeff McCune
30ddde7b49 (maint) Add make image to make help
Previously it wasn't clear how to build the image, wasn't showing up in
make help.
2024-06-24 20:48:47 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ frontend: buf
touch internal/frontend/frontend.go
.PHONY: image
image: build
image: build ## Docker image build
docker build . -t ${DOCKER_REPO}:v$(shell ./bin/holos --version)
docker push ${DOCKER_REPO}:v$(shell ./bin/holos --version)

View File

@@ -1 +1 @@
0
1