Skip to content

chore(deps): update dependency fastapi to v0.115.12 #150

chore(deps): update dependency fastapi to v0.115.12

chore(deps): update dependency fastapi to v0.115.12 #150

Workflow file for this run

---
name: CI
on:
push:
branches:
- "main"
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- "main"
workflow_dispatch:
jobs:
demo-web:
uses: ixxeL-DevOps/gha-templates/.github/workflows/docker-build-app.yaml@main
with:
workingdir: app
img-name: demo-web
registry-username: ${{ vars.DOCKER_HUB_USER }}
secrets:
git-token: ${{ secrets.SUPER_ADMIN_TOKEN }}
DOCKER_IO_PWD: ${{ secrets.DOCKER_IO_PWD }}