chore(dependabot): group minor/patch bumps into one PR per ecosystem #339
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: Docker Publish | |
| on: | |
| push: | |
| branches: [ "main" ] | |
| tags: [ 'v*.*.*' ] | |
| jobs: | |
| build: | |
| uses: seabird-chat/ci/.github/workflows/docker-publish.yml@main |