Skip to content

WebClient -> RestClient #63

WebClient -> RestClient

WebClient -> RestClient #63

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