From 7ab86a154a7c9e45e541f9ef7e673f24dcd1de61 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Mon, 21 Oct 2024 08:34:53 +0200 Subject: [PATCH] [TESTING] Disable normal build --- .github/workflows/build.yaml | 52 ++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4bbb124..c7d3783 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,36 +24,36 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Login to Docker Hub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKER_HUB_USERNAME }} - password: ${{ secrets.DOCKER_HUB_TOKEN }} + # - name: Login to Docker Hub + # uses: docker/login-action@v3 + # with: + # username: ${{ secrets.DOCKER_HUB_USERNAME }} + # password: ${{ secrets.DOCKER_HUB_TOKEN }} - - name: Login to GitHub Container Registry - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + # - name: Login to GitHub Container Registry + # uses: docker/login-action@v3 + # with: + # registry: ghcr.io + # username: ${{ github.actor }} + # password: ${{ secrets.GITHUB_TOKEN }} - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + # - name: Set up Docker Buildx + # uses: docker/setup-buildx-action@v3 - - name: minimal - uses: ./.github/actions/build - with: - image_type: minimal - base_system: ${{ inputs.base_system }} - pandoc_version: ${{ inputs.pandoc_version }} + # - name: minimal + # uses: ./.github/actions/build + # with: + # image_type: minimal + # base_system: ${{ inputs.base_system }} + # pandoc_version: ${{ inputs.pandoc_version }} - - name: core - uses: ./.github/actions/build - if: ${{ matrix.stack != 'static' }} - with: - image_type: core - base_system: ${{ inputs.base_system }} - pandoc_version: ${{ inputs.pandoc_version }} + # - name: core + # uses: ./.github/actions/build + # if: ${{ matrix.stack != 'static' }} + # with: + # image_type: core + # base_system: ${{ inputs.base_system }} + # pandoc_version: ${{ inputs.pandoc_version }} typst: name: Typst