|
8 | 8 | branches:
|
9 | 9 | - main
|
10 | 10 | paths:
|
11 |
| - - LaTex/** |
| 11 | + - LaTexBase/** |
12 | 12 | - .github/workflows/build-latex.yaml
|
13 | 13 |
|
14 | 14 |
|
|
36 | 36 |
|
37 | 37 | - name: Generate package repo name
|
38 | 38 | id: ghcr_repo
|
39 |
| - run: echo "path=ghcr.io/${{ github.repository_owner }}/decent-latex" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT |
| 39 | + run: echo "path=ghcr.io/${{ github.repository_owner }}/decent-latex-base" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT |
40 | 40 |
|
41 | 41 | - name: Extract metadata (tags, labels) for Docker
|
42 | 42 | id: meta
|
|
66 | 66 | uses: docker/build-push-action@v5
|
67 | 67 | if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
68 | 68 | with:
|
69 |
| - context: ./LaTex |
| 69 | + context: ./LaTexBase |
70 | 70 | platforms: linux/amd64
|
71 | 71 | push: true
|
72 | 72 | tags: |
|
@@ -105,7 +105,7 @@ jobs:
|
105 | 105 |
|
106 | 106 | - name: Generate package repo name
|
107 | 107 | id: ghcr_repo
|
108 |
| - run: echo "path=ghcr.io/${{ github.repository_owner }}/decent-latex" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT |
| 108 | + run: echo "path=ghcr.io/${{ github.repository_owner }}/decent-latex-base" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT |
109 | 109 |
|
110 | 110 | - name: Extract metadata (tags, labels) for Docker
|
111 | 111 | id: meta
|
@@ -135,7 +135,7 @@ jobs:
|
135 | 135 | uses: docker/build-push-action@v5
|
136 | 136 | if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
137 | 137 | with:
|
138 |
| - context: ./LaTex |
| 138 | + context: ./LaTexBase |
139 | 139 | platforms: linux/arm64
|
140 | 140 | push: true
|
141 | 141 | tags: |
|
@@ -175,7 +175,7 @@ jobs:
|
175 | 175 |
|
176 | 176 | - name: Generate package repo name
|
177 | 177 | id: ghcr_repo
|
178 |
| - run: echo "path=ghcr.io/${{ github.repository_owner }}/decent-latex" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT |
| 178 | + run: echo "path=ghcr.io/${{ github.repository_owner }}/decent-latex-base" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT |
179 | 179 |
|
180 | 180 | - name: Extract metadata (tags, labels) for Docker
|
181 | 181 | id: meta
|
|
0 commit comments