mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-08 14:23:07 +01:00
Create tagged versions
This commit is contained in:
12
.github/workflows/toogoodtogo-ha-mqtt-bridge.yml
vendored
12
.github/workflows/toogoodtogo-ha-mqtt-bridge.yml
vendored
@@ -1,14 +1,12 @@
|
|||||||
name: toogoodtogo-ha-mqtt-bridge
|
name: toogoodtogo-ha-mqtt-bridge
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Triggers the workflow on push or pull request events but only for the main branch
|
|
||||||
push:
|
|
||||||
branches: [ main ]
|
|
||||||
schedule:
|
|
||||||
# * is a special character in YAML so you have to quote this string
|
|
||||||
- cron: '17 3 * * *'
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
version:
|
||||||
|
description: 'Image Tag'
|
||||||
|
required: true
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -41,4 +39,4 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge:latest
|
maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge:${{ github.event.inputs.version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user