Skip to content

Commit

Permalink
renamed LaTex to LaTexBase
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaven committed Jan 19, 2025
1 parent 3745883 commit c2c70fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-latex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- main
paths:
- LaTex/**
- LaTexBase/**
- .github/workflows/build-latex.yaml


Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Generate package repo name
id: ghcr_repo
run: echo "path=ghcr.io/${{ github.repository_owner }}/decent-latex" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
run: echo "path=ghcr.io/${{ github.repository_owner }}/decent-latex-base" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
uses: docker/build-push-action@v5
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
with:
context: ./LaTex
context: ./LaTexBase
platforms: linux/amd64
push: true
tags: |
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Generate package repo name
id: ghcr_repo
run: echo "path=ghcr.io/${{ github.repository_owner }}/decent-latex" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
run: echo "path=ghcr.io/${{ github.repository_owner }}/decent-latex-base" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
uses: docker/build-push-action@v5
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
with:
context: ./LaTex
context: ./LaTexBase
platforms: linux/arm64
push: true
tags: |
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:

- name: Generate package repo name
id: ghcr_repo
run: echo "path=ghcr.io/${{ github.repository_owner }}/decent-latex" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
run: echo "path=ghcr.io/${{ github.repository_owner }}/decent-latex-base" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit c2c70fc

Please sign in to comment.