update workflow
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 31s

This commit is contained in:
Karl 2025-07-09 11:29:44 +01:00
parent a78aa7472e
commit 1c8cbef051

View File

@ -33,7 +33,7 @@ jobs:
git config --global user.email 'actions@gitea.com'
git add package.json
git commit -m "ci: bump version to ${{ steps.version.outputs.VERSION }}"
git push
git push origin HEAD:master
- name: Build and Push Docker Images
run: |
IMAGE_NAME="ktvmanager-backend"