update migration order, and remove add column in partition table (#336) #304
This file contains hidden or 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 | |
jobs: | |
bump-version-python-docker-release: | |
uses: openclimatefix/.github/.github/workflows/[email protected] | |
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: nowcasting_datamodel | |
docker_file: infrastructure/docker/Dockerfile |