Fix v2.2.1: Fix the database connection logic and prometheus thread metrics #20
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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] |