mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-25 02:36:20 +01:00
Add latest tag to manual build.
This commit is contained in:
parent
3061c3166c
commit
6b0401a040
9
.github/workflows/cd-manual.yml
vendored
9
.github/workflows/cd-manual.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Create docker images
|
name: Create docker images (manual)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -7,10 +7,6 @@ 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:
|
||||||
@ -28,8 +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 }}
|
tags: ${{ matrix.db-type }}-${{ inputs.version }}, ${{ matrix.db-type }}-latest
|
||||||
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…
Reference in New Issue
Block a user