chore(deps): update postgres:17.3-alpine docker digest to 19d45ec #2562
Workflow file for this run
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
| name: 'CI' | |
| on: | |
| pull_request: | |
| push: | |
| jobs: | |
| build: | |
| name: DargStack rgen | |
| uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.5.1 | |
| release-semantic: | |
| needs: build | |
| name: Semantic Release | |
| uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.1 | |
| permissions: | |
| contents: write | |
| secrets: | |
| PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} |