2 Commits

Author SHA1 Message Date
61febd2745 Post-release version bump
All checks were successful
CI / CI (push) Successful in 10m20s
2023-09-20 21:56:44 -07:00
f8cc11dc34 Attempt to fix release pipeline by installing docker
All checks were successful
CI / CI (push) Successful in 10m23s
2023-09-20 20:55:40 -07:00
3 changed files with 7 additions and 2 deletions

View File

@ -19,6 +19,11 @@ jobs:
name: Publish to Docker Hub name: Publish to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: install docker
run: |
apt update
DEBIAN_FRONTEND=noninteractive apt install -y docker.io
apt clean
- uses: https://gitea.com/actions/checkout@v3 - uses: https://gitea.com/actions/checkout@v3
- name: docker meta - name: docker meta
id: meta id: meta

2
Cargo.lock generated
View File

@ -152,7 +152,7 @@ checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
[[package]] [[package]]
name = "bebot" name = "bebot"
version = "0.1.2" version = "0.1.3-alpha.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"constant_time_eq", "constant_time_eq",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bebot" name = "bebot"
version = "0.1.2" version = "0.1.3-alpha.1"
description = "Gitlab webhook bot that publishes events to Matrix" description = "Gitlab webhook bot that publishes events to Matrix"
license = "GPL-3.0" license = "GPL-3.0"
authors = [ authors = [