Compare commits

..

2 Commits
v0.1.0 ... main

Author SHA1 Message Date
599df98614 Change room id, set python to 3.10
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-08-23 02:15:08 +12:00
5ea642cc15 .
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-08-22 17:49:21 +12:00
2 changed files with 8 additions and 6 deletions

View File

@ -4,14 +4,14 @@ variables:
- REGISTRY_USER=michael - REGISTRY_USER=michael
- ORGANIZATION=containers - ORGANIZATION=containers
- SOURCE_ORGANIZATION=mirrors - SOURCE_ORGANIZATION=mirrors
- REPO=matrix-service-synapse - REPO=matrix-service-synapse
- BUILD_ARGS=PYTHON_VERSION=3.9 - BUILD_ARGS=PYTHON_VERSION=3.10
- DOCKERFILE=docker/Dockerfile - DOCKERFILE=docker/Dockerfile
- CONTEXT=. - CONTEXT=.
- WATCHTOWER_HOST=watchtower.balsillie.net - WATCHTOWER_HOST=watchtower.balsillie.net
- MATRIX_HOST=matrix.balsillie.net - MATRIX_HOST=matrix.balsillie.net
- MATRIX_PORT=443 - MATRIX_PORT=443
- MATRIX_ROOM=!HdSXmuHcBMaYExEfkh:balsillie.net - MATRIX_ROOM=!BQyqVopHitLowtucMg:balsillie.net
workspace: workspace:
base: /git base: /git
@ -19,7 +19,7 @@ workspace:
clone: clone:
git: git:
image: woodpeckerci/plugin-git image: woodpeckerci/plugin-git
pipeline: pipeline:
@ -117,4 +117,4 @@ pipeline:
--message "New image build of $${ORGANIZATION}/$${REPO}, $${TAG}, has failed. $${REASON}" --message "New image build of $${ORGANIZATION}/$${REPO}, $${TAG}, has failed. $${REASON}"
when: when:
status: status:
- failure - failure

View File

@ -1 +1,3 @@
[![status-badge](https://pipeline.balsillie.net/api/badges/containers/matrix-service-synapse/status.svg)](https://pipeline.balsillie.net/containers/matrix-service-synapse) [![status-badge](https://pipeline.balsillie.net/api/badges/containers/matrix-service-synapse/status.svg)](https://pipeline.balsillie.net/containers/matrix-service-synapse)
.