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