From 439f8c11f4e847cae03f1706ef78ad69926041cd Mon Sep 17 00:00:00 2001 From: IgorMirosavljevicHTEC Date: Thu, 30 May 2024 12:35:17 +0200 Subject: [PATCH] New inputs added to reflect changes in base dockerfile --- .github/workflows/rocm-image-release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/rocm-image-release.yaml b/.github/workflows/rocm-image-release.yaml index 95ad3325ffc..ec98ccd9100 100644 --- a/.github/workflows/rocm-image-release.yaml +++ b/.github/workflows/rocm-image-release.yaml @@ -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 @@ -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: