version fixes

This commit is contained in:
Jonathan Shook
2023-01-23 15:53:56 -06:00
parent 1793eb22f5
commit 1f5b133f99
3 changed files with 4 additions and 2 deletions

View File

@@ -151,6 +151,7 @@ jobs:
- name: tag prerelease
run: |
git tag ${{ env.PRERELEASE_REVISION }}
git push --tags
- name: docker push to hub
uses: docker/build-push-action@v2