Skip to content

Commit

Permalink
Fix #1088, Fix make pull
Browse files Browse the repository at this point in the history
- Add default tags when doing make pull
  • Loading branch information
softcat477 committed Oct 10, 2023
1 parent 7db8153 commit a6aa657
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 @@ -220,7 +220,7 @@ push:

pull:
@echo "[-] Pulling docker images from Docker Hub..."
@docker compose pull
@DOCKER_TAG=$(DOCKER_TAG) docker compose pull
@echo "[+] Done."

$(JOBS_PATH)/neon_wrapper/Neon/package.json:
Expand Down

0 comments on commit a6aa657

Please sign in to comment.