diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83a01a60b..15f64ad38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: - stable - develop + - ci/* tags: release: types: [published] diff --git a/Dockerfile b/Dockerfile index 1d283e5c5..8f5b85698 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.0-slim-bullseye as base +FROM python:3.9.9-slim-bullseye as base # Setup env ENV LANG C.UTF-8