Compare commits
2 Commits
v0.1.2
...
61febd2745
Author | SHA1 | Date | |
---|---|---|---|
61febd2745 | |||
f8cc11dc34 |
@ -19,6 +19,11 @@ jobs:
|
||||
name: Publish to Docker Hub
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: install docker
|
||||
run: |
|
||||
apt update
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y docker.io
|
||||
apt clean
|
||||
- uses: https://gitea.com/actions/checkout@v3
|
||||
- name: docker meta
|
||||
id: meta
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -152,7 +152,7 @@ checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
|
||||
|
||||
[[package]]
|
||||
name = "bebot"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3-alpha.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"constant_time_eq",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "bebot"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3-alpha.1"
|
||||
description = "Gitlab webhook bot that publishes events to Matrix"
|
||||
license = "GPL-3.0"
|
||||
authors = [
|
||||
|
Reference in New Issue
Block a user