Skip to content

Commit

Permalink
Stop deploying latest as Jenkins handles that for main branch building (
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin authored Oct 22, 2024
1 parent 8087488 commit 526f9ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ deploy:
.PHONY: deploy-geoapi
deploy-geoapi:
docker push $(GEOAPI_IMAGE):$(TAG)
docker push $(GEOAPI_IMAGE):latest

.PHONY: deploy-workers
deploy-workers:
docker push $(GEOAPI_WORKERS):$(TAG)
docker push $(GEOAPI_WORKERS):latest

0 comments on commit 526f9ce

Please sign in to comment.