Merge pull request #319 from openclimatefix/all-contributors/add-peac… #361
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 (python and docker) | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
bump-version-python-docker-release: | |
uses: openclimatefix/.github/.github/workflows/python-docker-release.yml@v1.7.2 | |
secrets: | |
token: ${{ secrets.PYPI_API_TOKEN }} | |
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} | |
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} | |
PAT_TOKEN: ${{ secrets.PAT_TOKEN }} | |
with: | |
image_base_name: satip | |
docker_file: Dockerfile |