From 230032ad9a1b5f5aae4fdeabd1e8e11c97e724a7 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Thu, 3 Sep 2020 16:32:09 -0700 Subject: [PATCH] Typo. --- .github/workflows/main.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2bdea38f..aecd76dc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout master uses: actions/checkout@v2 - - name: Build PostgresQL container image + - name: Build PostgreSQL container image run: docker build --build-arg DATABASE_TYPE=postgresql --tag docker.pkg.github.com/mikecao/umami/umami:postgresql-$(echo $GITHUB_SHA | head -c7) . - name: Build MySQL container image diff --git a/README.md b/README.md index 1400005b..078829a6 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ To build the umami container and start up a Postgres database, run: docker-compose up ``` -### Getting updates +## Getting updates To get the latest features, simply do a pull, install any new dependencies, and rebuild: