support version bumping

This commit is contained in:
Jonathan Shook
2023-01-23 19:57:48 -06:00
parent 8a2c696eb0
commit e4e94f9e88
3 changed files with 4 additions and 85 deletions

View File

@@ -121,6 +121,10 @@ jobs:
git tag ${{ env.PREVIEW_VERSION }}
git push --tags
- name: bump minor version
run: |
scripts/bump-minor-version
- name: docker push to hub
uses: docker/build-push-action@v2
with: