From 35d62e0068443a4c296c0a2bf483acaf077879e6 Mon Sep 17 00:00:00 2001 From: Lennart Krauch Date: Thu, 26 Sep 2024 14:48:33 +0200 Subject: [PATCH] fix: build Signed-off-by: Lennart Krauch --- .github/workflows/CI.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 2a0fe4c..5f0fa35 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -26,7 +26,7 @@ jobs: build: name: Build - if: github.ref == 'refs/heads/main' && success() + # if: github.ref == 'refs/heads/main' && success() needs: linting runs-on: ubuntu-latest steps: @@ -60,7 +60,7 @@ jobs: org.opencontainers.image.licenses=MIT org.opencontainers.image.title=scrumlr.io - Landing Page org.opencontainers.image.description=The landing page of scrumlr.io - + - name: Set up Docker buildx uses: docker/setup-buildx-action@v2 @@ -74,4 +74,4 @@ jobs: build-args: | DIRECTUS_URL=${{ secrets.DIRECTUS_URL }} DIRECTUS_TOKEN=${{ secrets.DIRECTUS_TOKEN }} - PUBLIC_SCRUMLR_SERVER_URL="https://development.scrumlr.fra.ics.inovex.io/api" \ No newline at end of file + PUBLIC_SCRUMLR_SERVER_URL="https://development.scrumlr.fra.ics.inovex.io/api"