Skip to content

fix(healthcheck): probe container IP instead of localhost (#100) (#113) #55

fix(healthcheck): probe container IP instead of localhost (#100) (#113)

fix(healthcheck): probe container IP instead of localhost (#100) (#113) #55

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}