Ensure on_end makes input tz aware and fix on_end method (#28) #9
Workflow file for this run
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: on tag | |
on: | |
push: | |
tags: ['**'] | |
jobs: | |
publish_images: | |
uses: ./.github/workflows/publish-images.yaml | |
publish_charts: | |
needs: [publish_images] | |
uses: ./.github/workflows/publish-charts.yaml |