mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
Removed default latest tag.
This commit is contained in:
parent
fb4f5a29b9
commit
f27959ef72
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user