build(deps): bump python from 3.10-slim to 3.14-slim in the docker group #440
This file contains hidden or 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
| on: | |
| workflow_dispatch: | |
| push: | |
| branches-ignore: | |
| - main | |
| tags-ignore: | |
| - v* | |
| permissions: | |
| contents: read | |
| jobs: | |
| tests: | |
| uses: ./.github/workflows/tests.yaml | |
| secrets: | |
| ACR_SECRET: ${{ secrets.ACR_SECRET }} |