dev_jannis #3

Merged
Jannis merged 20 commits from dev_jannis into master 2026-05-05 11:46:01 +00:00
Showing only changes of commit e6fee6e4e1 - Show all commits

View File

@@ -31,7 +31,7 @@ jobs:
# --- STAGE 2: BUILD & PUBLISH (Only on Main) --- # --- STAGE 2: BUILD & PUBLISH (Only on Main) ---
build-and-deploy: build-and-deploy:
needs: test needs: test
if: github.ref == 'refs/heads/main' && github.event_name == 'push' if: gitea.ref == 'refs/heads/main' && gitea.event_name == 'push'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Code - name: Checkout Code
@@ -49,4 +49,4 @@ jobs:
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
push: true push: true
tags: gitea.starfour.de/${{ github.repository }}:latest tags: gitea.starfour.de/${{ gitea.repository }}:latest