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:
workflow_dispatch:
push:
branches: [ main, actions ]
push:
tags:
- "v*"
schedule:
# daily builds to always include patches in the docker image
- cron: '0 4 * * *'

2
Cargo.lock generated

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

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

Loading…
Cancel
Save