Skip to content

Bump scikit-learn in /backend-python in the poetry-dependencies group… #61

Bump scikit-learn in /backend-python in the poetry-dependencies group…

Bump scikit-learn in /backend-python in the poetry-dependencies group… #61

name: Build python-backend Docker and Push
on:
push:
tags:
- '*'
paths:
- 'backend-python/**'
jobs:
build-and-push-docker:
uses: ./.github/workflows/docker-build-template.yml
secrets: inherit
with:
appName: "backend-python"
buildWithGradle: false
permissions:
contents: read
packages: write