Skip to content

Commit

Permalink
[TESTING] Disable normal build
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Oct 21, 2024
1 parent f19ad23 commit 5d97923
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d97923

Please sign in to comment.