1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00

chore: add prometheus.yml to release artifact (#8096)

This commit is contained in:
Alex 2024-03-20 09:16:00 -05:00 committed by GitHub
parent dd9d90d21e
commit 48e32269f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,16 +4,16 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
serverBump: serverBump:
description: "Bump server version" description: 'Bump server version'
required: true required: true
default: "false" default: 'false'
type: choice type: choice
options: options:
- "false" - 'false'
- minor - minor
- patch - patch
mobileBump: mobileBump:
description: "Bump mobile build number" description: 'Bump mobile build number'
required: false required: false
type: boolean type: boolean
@ -47,7 +47,7 @@ jobs:
author_name: Alex The Bot author_name: Alex The Bot
author_email: alex.tran1502@gmail.com author_email: alex.tran1502@gmail.com
default_author: user_info default_author: user_info
message: "Version ${{ env.IMMICH_VERSION }}" message: 'Version ${{ env.IMMICH_VERSION }}'
tag: ${{ env.IMMICH_VERSION }} tag: ${{ env.IMMICH_VERSION }}
push: true push: true
@ -85,4 +85,5 @@ jobs:
docker/example.env docker/example.env
docker/hwaccel.ml.yml docker/hwaccel.ml.yml
docker/hwaccel.transcoding.yml docker/hwaccel.transcoding.yml
docker/prometheus.yml
*.apk *.apk