mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Add option to include latest tag.
This commit is contained in:
parent
22a31bfe97
commit
5732f2daf6
1 changed files with 5 additions and 0 deletions
5
.github/workflows/cd.yml
vendored
5
.github/workflows/cd.yml
vendored
|
|
@ -7,6 +7,10 @@ on:
|
||||||
type: string
|
type: string
|
||||||
description: Version
|
description: Version
|
||||||
required: true
|
required: true
|
||||||
|
add-latest:
|
||||||
|
type: boolean
|
||||||
|
description: Add latest tag
|
||||||
|
required: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -25,6 +29,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
image: umami
|
image: umami
|
||||||
tags: ${{ matrix.db-type }}-${{ inputs.version }}
|
tags: ${{ matrix.db-type }}-${{ inputs.version }}
|
||||||
|
addLatest: ${{ inputs.add-latest }}
|
||||||
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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue