From 599df9861427f175e92782366ab3c8d59371d985 Mon Sep 17 00:00:00 2001 From: Michael Balsillie Date: Tue, 23 Aug 2022 02:15:08 +1200 Subject: [PATCH] Change room id, set python to 3.10 --- .woodpecker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 380f739..f11ce2a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,14 +4,14 @@ variables: - REGISTRY_USER=michael - ORGANIZATION=containers - SOURCE_ORGANIZATION=mirrors - - REPO=matrix-service-synapse - - BUILD_ARGS=PYTHON_VERSION=3.9 + - REPO=matrix-service-synapse + - BUILD_ARGS=PYTHON_VERSION=3.10 - DOCKERFILE=docker/Dockerfile - CONTEXT=. - WATCHTOWER_HOST=watchtower.balsillie.net - MATRIX_HOST=matrix.balsillie.net - MATRIX_PORT=443 - - MATRIX_ROOM=!HdSXmuHcBMaYExEfkh:balsillie.net + - MATRIX_ROOM=!BQyqVopHitLowtucMg:balsillie.net workspace: base: /git @@ -19,7 +19,7 @@ workspace: clone: git: - image: woodpeckerci/plugin-git + image: woodpeckerci/plugin-git pipeline: @@ -117,4 +117,4 @@ pipeline: --message "New image build of $${ORGANIZATION}/$${REPO}, $${TAG}, has failed. $${REASON}" when: status: - - failure \ No newline at end of file + - failure