|
|
|
@ -56,6 +56,7 @@ jobs:
|
|
|
|
|
git add pyproject.toml poetry.lock
|
|
|
|
|
git commit -m "chore: release ${{ env.NEW_VERSION }}"
|
|
|
|
|
git tag ${{ env.NEW_VERSION }}
|
|
|
|
|
git push origin master
|
|
|
|
|
- name: Build docker image
|
|
|
|
|
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
|
|
|
|
with:
|
|
|
|
@ -65,7 +66,6 @@ jobs:
|
|
|
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
|
|
labels: ${{ steps.meta.outputs.labels }}
|
|
|
|
|
# Push repository changes
|
|
|
|
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
|
|
|
|
- name: Publish package
|
|
|
|
|
run: |
|
|
|
|
|
poetry publish --build
|
|
|
|
|