diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index c091990..f603cf2 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -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 * * *' diff --git a/Cargo.lock b/Cargo.lock index 8face3e..efc2fe0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3520,7 +3520,7 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tobi-rs" -version = "0.10.3" +version = "0.10.4" dependencies = [ "animethemes-rs", "aspotify", diff --git a/Cargo.toml b/Cargo.toml index b9e2778..8ca1a1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] edition = "2018"