Signal traefik process to rotate logs #14
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: Build image | |
on: | |
push: | |
branches: ["main"] | |
tags: | |
- 'v*.*.*' # glob for semver tags (including prereleases) | |
pull_request: | |
branches: [main] | |
jobs: | |
call-build-image: | |
uses: UW-Macrostrat/build-push/.github/workflows/build-push.yaml@main | |
secrets: inherit | |
with: | |
image: 'hub.opensciencegrid.org/macrostrat/traefik-log-exporter' |