Skip to content

pkg/database: Limit the number of open connections to 1 #21

pkg/database: Limit the number of open connections to 1

pkg/database: Limit the number of open connections to 1 #21

Workflow file for this run

name: Docker images
on:
push:
branches:
- "main"
pull_request:
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/docker
with:
images: kalbasit/ncps
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}