feat(deps): bump urllib3 from 2.2.0 to 2.2.2 in the pip group #2111
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: | |
push: | |
branches: | |
- main | |
tags: | |
- '*' | |
jobs: | |
release-container: | |
uses: radiorabe/actions/.github/workflows/[email protected] | |
with: | |
image: 'ghcr.io/radiorabe/nowplaying' | |
name: nowplaying | |
display-name: RaBe nowplaying daemon. | |
tags: minimal rhel9 rabe python nowplaying | |
python-poetry: | |
uses: radiorabe/actions/.github/workflows/[email protected] | |
secrets: | |
RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }} |