Skip to content

Commit

Permalink
fix: updated scribe-docker-release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-bardolia committed Nov 13, 2024
1 parent 0da18f3 commit bdd96ca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/scribe-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: Scribe Docker Release
on:
workflow_dispatch:
inputs:
release:
release_index:
required: true
description: The version to generate

jobs:
docker-build:
Expand Down Expand Up @@ -38,5 +37,5 @@ jobs:
./scripts/build_docker.py \
${{ matrix.build_preset }} \
"release" \
--build_context_ref "$RELEASE" \
--platform ${{ matrix.platform }}
--build_context_ref "${{ github.ref_name }}-${{ inputs.release_index }}" \
--platform ${{ matrix.platform }}

0 comments on commit bdd96ca

Please sign in to comment.