Skip to content

Commit

Permalink
Don't have docker target rely on PROGRAM anymore as it builds its own…
Browse files Browse the repository at this point in the history
… binary
  • Loading branch information
crunchyheath committed Jan 12, 2024
1 parent 0002b29 commit 52c3365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ docker: bin-for-docker Dockerfile set-local build-common ## Generate

multi-stage-docker: Dockerfile set-multi-stage build-common ## Generate a BASE_IMAGE container with APPVERSION tag, using a binary built in an alpine golang build container

release: clean docs $(PROGRAM) local-docker ## Generate the docs, a local build, and then uses the local build to generate a BASE_IMAGE container
release: clean docs docker ## Generate the docs, a local build, and then uses the local build to generate a BASE_IMAGE container

test: ## Run the tests locally
go test -v
Expand Down

0 comments on commit 52c3365

Please sign in to comment.