Skip to content

Commit 05459db

Browse files
committed
tc
1 parent e5ed0b8 commit 05459db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/linux_job_v2.yml

+5
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ on:
6262
description: Identifies the Docker image by name.
6363
default: "pytorch/almalinux-builder"
6464
type: string
65+
custom-tag-prefix:
66+
description: |
67+
Custom tag prefix to use for the docker image.
68+
type: string
6569
docker-build-dir:
6670
description: |
6771
The directory containing the build.sh shell script to build the docker image.
@@ -190,6 +194,7 @@ jobs:
190194
uses: ./test-infra/.github/actions/calculate-docker-image
191195
with:
192196
docker-image-name: ${{ env.DOCKER_IMAGE }}
197+
custom-tag-prefix: ${{ inputs.custom-tag-prefix }}
193198
docker-build-dir: ${{ inputs.docker-build-dir }}
194199
# This needs to be where the repository is checked out
195200
working-directory: ${{ inputs.repository || github.repository }}

0 commit comments

Comments
 (0)