latest 1.0.4
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 19s

This commit is contained in:
Karl 2025-07-30 09:53:50 +01:00
parent a662c68ecf
commit 10f22fbe86
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ name: Build and Publish Docker Image
on: on:
push: push:
branches: [master]
tags: ['*'] # triggers on any tag push tags: ['*'] # triggers on any tag push
workflow_dispatch: workflow_dispatch:

View File

@ -1,6 +1,6 @@
{ {
"name": "bblbtv_bot", "name": "bblbtv_bot",
"version": "1.0.2", "version": "1.0.4",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {