Removed default latest tag.

This commit is contained in:
Mike Cao 2022-06-24 02:29:10 -07:00
parent fb4f5a29b9
commit f27959ef72

View File

@ -24,7 +24,7 @@ jobs:
name: Build & push Docker image for ${{ matrix.db-type }} name: Build & push Docker image for ${{ matrix.db-type }}
with: with:
image: umami image: umami
tags: ${{ matrix.db-type }}-${{ inputs.version }}, ${{ matrix.db-type }}-latest tags: ${{ matrix.db-type }}-${{ inputs.version }}
buildArgs: DATABASE_TYPE=${{ matrix.db-type }} buildArgs: DATABASE_TYPE=${{ matrix.db-type }}
registry: ghcr.io/${{ github.actor }} registry: ghcr.io/${{ github.actor }}
username: ${{ github.actor }} username: ${{ github.actor }}