Edit workflows

main
trivernis 2 years ago
parent 7a70e30c7e
commit 52a956b2f7
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -3,7 +3,9 @@ name: Build Container
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: [ main, actions ] push:
tags:
- "v*"
schedule: schedule:
# daily builds to always include patches in the docker image # daily builds to always include patches in the docker image
- cron: '0 4 * * *' - cron: '0 4 * * *'

2
Cargo.lock generated

@ -3520,7 +3520,7 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]] [[package]]
name = "tobi-rs" name = "tobi-rs"
version = "0.10.3" version = "0.10.4"
dependencies = [ dependencies = [
"animethemes-rs", "animethemes-rs",
"aspotify", "aspotify",

@ -3,7 +3,7 @@ members=["bot-coreutils", "bot-database", "bot-database/migration", "."]
[package] [package]
name = "tobi-rs" name = "tobi-rs"
version = "0.10.3" version = "0.10.4"
authors = ["trivernis <trivernis@protonmail.com>"] authors = ["trivernis <trivernis@protonmail.com>"]
edition = "2018" edition = "2018"

Loading…
Cancel
Save