Skip to content

Commit

Permalink
New inputs added to reflect changes in base dockerfile (ROCm#3134)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMirosavljevicHTEC authored and lajagapp committed Jul 8, 2024
1 parent 664d82c commit 51ae7a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rocm-image-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
description: Docker image name for rocm Docker build
required: true
default: "rocm-migraphx"
branch_name:
description: branch to use for building base ROCm image
required: true
default: "develop"
build_navi:
description: Build navi number
required: true
Expand All @@ -35,6 +39,7 @@ jobs:
benchmark-utils_repo: ${{ github.event.inputs.benchmark-utils_repo || 'ROCm/migraphx-benchmark-utils' }}
base_image: ${{ github.event.inputs.base_image || 'rocm/dev-ubuntu-20.04' }}
docker_image: ${{ github.event.inputs.docker_image || 'rocm-migraphx' }}
branch_name: ${{ github.event.inputs.branch_name || 'develop' }}
build_navi: ${{ github.event.inputs.build_navi || '0' }}
overwrite: ${{ github.event.inputs.overwrite == 'true' }}
secrets:
Expand Down

0 comments on commit 51ae7a6

Please sign in to comment.