From f27959ef72362501cddc81e3293f0b438aab9902 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Fri, 24 Jun 2022 02:29:10 -0700 Subject: [PATCH] Removed default latest tag. --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4b872e92..86f08a04 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -24,7 +24,7 @@ jobs: name: Build & push Docker image for ${{ matrix.db-type }} with: image: umami - tags: ${{ matrix.db-type }}-${{ inputs.version }}, ${{ matrix.db-type }}-latest + tags: ${{ matrix.db-type }}-${{ inputs.version }} buildArgs: DATABASE_TYPE=${{ matrix.db-type }} registry: ghcr.io/${{ github.actor }} username: ${{ github.actor }}