From ec7ffd8a0f9f2908e13d8160a200dbe6d2f04a8d Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Mon, 16 Sep 2024 14:40:25 +0200 Subject: [PATCH] .gitea/workflows/gitea-ci.yaml aktualisiert --- .gitea/workflows/gitea-ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index bdb482e..ebc8c60 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -8,7 +8,8 @@ on: [ push ] jobs: release-image: - runs-on: ubuntu-latest + runs-on: cth-ubuntu-latest + if: gitea.ref == 'refs/heads/main' steps: - name: Set up Docker BuildX uses: https://github.com/docker/setup-buildx-action@v3