Skip to content

Fix v2.2.1: Fix the database connection logic and prometheus thread metrics #20

Fix v2.2.1: Fix the database connection logic and prometheus thread metrics

Fix v2.2.1: Fix the database connection logic and prometheus thread metrics #20

Workflow file for this run

---
name: Release
on:
pull_request:
branches:
- main
types:
- closed
jobs:
create-release:
uses: obervinov/_templates/.github/workflows/[email protected]
cleanup-untagged-images:
runs-on: ubuntu-latest
steps:
- name: Delete untagged images from GitHub Container Registry
continue-on-error: true
uses: Chizkiyahu/delete-untagged-ghcr-action@v3
with:
token: ${{ secrets.PAT_GHCR_CLEANUP }}
package_name: 'pyinstabot-downloader'
untagged_only: true
except_untagged_multiplatform: false
owner_type: 'user'
# milestone:
# uses: obervinov/_templates/.github/workflows/[email protected]
# needs: [create-release]