Skip to content

Commit

Permalink
build: remove docker webui
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed May 24, 2024
1 parent ff247f0 commit bffcc0f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dist-webui: build-webui
git commit -m "chore: updating wasm webui" || echo "No changes to commit"
git push origin master

docker: clean docker-hub docker-webui
docker: clean docker-hub

docker-hub:
docker build --pull -t moov/fincen:$(VERSION) -f Dockerfile .
Expand All @@ -59,10 +59,6 @@ docker-openshift:
docker build --pull -t quay.io/moov/fincen:$(VERSION) -f Dockerfile.openshift --build-arg VERSION=$(VERSION) .
docker tag quay.io/moov/fincen:$(VERSION) quay.io/moov/fincen:latest

docker-webui:
docker build --pull -t moov/fincen-webui:$(VERSION) -f Dockerfile.webui .
docker tag moov/fincen-webui:$(VERSION) moov/fincen-webui:latest

.PHONY: clean-integration test-integration

clean-integration:
Expand All @@ -82,7 +78,6 @@ release: docker AUTHORS
release-push:
docker push moov/fincen:$(VERSION)
docker push moov/fincen:latest
docker push moov/fincen-webui:$(VERSION)

quay-push:
docker push quay.io/moov/fincen:$(VERSION)
Expand Down

0 comments on commit bffcc0f

Please sign in to comment.