We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ed0b8 commit 05459dbCopy full SHA for 05459db
.github/workflows/linux_job_v2.yml
@@ -62,6 +62,10 @@ on:
62
description: Identifies the Docker image by name.
63
default: "pytorch/almalinux-builder"
64
type: string
65
+ custom-tag-prefix:
66
+ description: |
67
+ Custom tag prefix to use for the docker image.
68
+ type: string
69
docker-build-dir:
70
description: |
71
The directory containing the build.sh shell script to build the docker image.
@@ -190,6 +194,7 @@ jobs:
190
194
uses: ./test-infra/.github/actions/calculate-docker-image
191
195
with:
192
196
docker-image-name: ${{ env.DOCKER_IMAGE }}
197
+ custom-tag-prefix: ${{ inputs.custom-tag-prefix }}
193
198
docker-build-dir: ${{ inputs.docker-build-dir }}
199
# This needs to be where the repository is checked out
200
working-directory: ${{ inputs.repository || github.repository }}
0 commit comments