Skip to content

Commit 06cdd04

Browse files
committed
fix: Add buildargs
1 parent 15fa85c commit 06cdd04

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-texlive.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323
with:
2424
image: texlive
2525
tag: ${{ matrix.version }}
26+
build-args: |
27+
TEXLIVE_VERSION=${{ matrix.version }}

.github/workflows/reusable-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
tag:
1010
required: true
1111
type: string
12+
build-args:
13+
required: false
14+
type: string
1215

1316
env:
1417
REGISTRY: ghcr.io
@@ -46,3 +49,4 @@ jobs:
4649
push: ${{ github.event_name != 'pull_request' }}
4750
tags: ${{ steps.tags.outputs.tags }}
4851
labels: ${{ steps.meta.outputs.labels }}
52+
build-args: ${{ inputs.build-args }}

0 commit comments

Comments
 (0)