cleanup: change regex init to use lazy_static #151
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 |