Skip to content

Commit

Permalink
Upd: Github release worfklow
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <george.padayatti@igrant.io>
  • Loading branch information
georgepadayatti committed Nov 15, 2023
1 parent 88f922c commit dec28c0
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 @@ -160,7 +160,7 @@ build/docker/deployable: $(DIST_FILE) ## Builds deployable docker image for prev
echo "$(DOCKER_IMAGE):$(DOCKER_TAG)" > $(DEPLOY_VERSION_FILE)

.PHONY: build/docker/deployable/dockerhub
build/docker/deployable/dockerhub: ## Builds deployable docker image for docker hub
build/docker/deployable/dockerhub: $(DIST_FILE) ## Builds deployable docker image for docker hub
docker build --platform=linux/amd64 -t $(DOCKER_HUB_IMAGE):$(DOCKER_HUB_TAG) -f resources/docker/production/Dockerfile.dockerhub .
echo "$(DOCKER_HUB_IMAGE):$(DOCKER_HUB_TAG)" > $(DEPLOY_VERSION_FILE)

Expand Down

0 comments on commit dec28c0

Please sign in to comment.