mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
Add option to include latest tag.
This commit is contained in:
parent
22a31bfe97
commit
5732f2daf6
5
.github/workflows/cd.yml
vendored
5
.github/workflows/cd.yml
vendored
@ -7,6 +7,10 @@ on:
|
||||
type: string
|
||||
description: Version
|
||||
required: true
|
||||
add-latest:
|
||||
type: boolean
|
||||
description: Add latest tag
|
||||
required: false
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -25,6 +29,7 @@ jobs:
|
||||
with:
|
||||
image: umami
|
||||
tags: ${{ matrix.db-type }}-${{ inputs.version }}
|
||||
addLatest: ${{ inputs.add-latest }}
|
||||
buildArgs: DATABASE_TYPE=${{ matrix.db-type }}
|
||||
registry: ghcr.io/${{ github.actor }}
|
||||
username: ${{ github.actor }}
|
||||
|
Loading…
Reference in New Issue
Block a user