From 0616453b590c1452abe2631493607827512b17f7 Mon Sep 17 00:00:00 2001 From: Firq Date: Mon, 22 Jul 2024 18:22:25 +0200 Subject: [PATCH] Added 3.9 to description, added regular runs, fixed naming of jobs, removed release --- .forgejo/workflows/build_release.yml | 18 +++--------------- README.md | 2 +- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/.forgejo/workflows/build_release.yml b/.forgejo/workflows/build_release.yml index 63ac974..f704665 100644 --- a/.forgejo/workflows/build_release.yml +++ b/.forgejo/workflows/build_release.yml @@ -1,4 +1,6 @@ on: + schedule: + - cron: '0 0 * * 1' push: branches: - 'main' @@ -13,7 +15,7 @@ jobs: strategy: matrix: python-version: [ '3.9', '3.10', '3.11', '3.12' ] - name: build-python-${{ matrix.python-version }} + name: build-python steps: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -30,17 +32,3 @@ jobs: build-args: | PYTHON_VERSION=${{ matrix.python-version }} tags: forgejo.neshweb.net/ci-docker-images/python-neshweb:${{ matrix.python-version }} - - release: - needs: [ build ] - if: success() - runs-on: docker - steps: - - name: Release New Version - uses: actions/forgejo-release@v1 - with: - direction: upload - url: https://forgejo.neshweb.net - release-dir: release - token: ${{ secrets.FORGEJO_TOKEN }} - tag: ${{ github.ref_name }} diff --git a/README.md b/README.md index f7bc0fd..c0a9062 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ A python container bundled with NodeJS 22 based on an alpine image. -Build in a matrix for Python 3.10, 3.11 and 3.12 +Build in a matrix for Python 3.9, 3.10, 3.11 and 3.12 Comes bundled with git and OpenSSH installed as well