Add metric collection for the number of goroutines attached in the Ba… #673
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: docker-publish-latest | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
call-base-docker-publish: | |
uses: ./.github/workflows/base-docker-publish.yml | |
secrets: inherit | |
with: | |
command: docker-latest |