Skip to content

Commit

Permalink
chore(Makefile): Add target docker-build-all-images
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Aug 18, 2022
1 parent af34880 commit fd2188a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ dev-test-aws-yaml:
commit-go-mod-tidy:
git add go.sum
git commit -m "[auto] refactor: go mod tidy"

docker-build-all-images:
(cd misc/docker/mysql-with-tergum && make build)
(cd misc/docker/postgres-with-redis-with-tergum && make build)
(cd misc/docker/postgres-with-tergum && make build)
(cd misc/docker/tergum-with-ca-certificates && make build)

0 comments on commit fd2188a

Please sign in to comment.