Compare commits
2 Commits
v0.1.2
...
61febd2745
Author | SHA1 | Date | |
---|---|---|---|
61febd2745 | |||
f8cc11dc34 |
@ -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
2
Cargo.lock
generated
@ -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",
|
||||||
|
@ -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 = [
|
||||||
|
Reference in New Issue
Block a user