Merge pull request #120 from openclimatefix/issue/no-satellie-option #83
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: Bump version and auto-release | |
on: | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- "**/README.md" # ignores all README files | |
- "**/workflows/release.yaml" # ignore changes to this file itself | |
jobs: | |
release: | |
uses: openclimatefix/.github/.github/workflows/[email protected] | |
secrets: | |
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} | |
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} | |
PAT_TOKEN: ${{ secrets.PAT_TOKEN }} | |
with: | |
image_base_name: pvnet_app |