Skip to content

Commit

Permalink
ci - polkadot sdk custom release tag select
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrvm-ci committed Oct 22, 2024
1 parent 3b6ac1f commit 6de1731
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/zombie-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,18 @@ on:
required: false
default: 'false'
type: 'boolean'
polkadot_sdk_tag:
description: 'Custom Polkadot SDK tag'
required: false
type: 'string'

env:
DOCKER_REGISTRY_PATH: ${{ secrets.GCP_REGISTRY }}/${{ secrets.GCP_PROJECT }}/kagome-dev/
GITHUB_HUNTER_USERNAME: ${{ secrets.HUNTER_USERNAME }}
GITHUB_HUNTER_TOKEN: ${{ secrets.HUNTER_TOKEN }}
CACHE_VERSION: v001
CACHE_PATHS: ./zombienet/docker/cargo
POLKADOT_SDK_TAG: ${{ github.event.inputs.polkadot_sdk_tag }}

jobs:
build_polkadot_builder:
Expand Down

0 comments on commit 6de1731

Please sign in to comment.