Update docker-build.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Build and Push Docker Image / build (push) Failing after 5s

This commit is contained in:
Corban-Lee Jones 2024-08-04 20:07:02 +01:00
parent d1fb1403fa
commit ac6d966490

View File

@ -19,6 +19,11 @@ jobs:
python -m pip install --upgrade pip
pip install bump2version
- name: Set up git user
run: |
git config --global user.email "${{ secrets.GIT_EMAIL }}"
git config --global user.name "${{ secrets.GIT_USERNAME }}"
- name: Bump version
run: |
bump2version patch