mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-30 02:20:39 +00:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/build-supported-image.yml
vendored
4
.github/workflows/build-supported-image.yml
vendored
@@ -37,9 +37,7 @@ env:
|
||||
# The supported .deb artifact uploaded by reusable-package.yml:
|
||||
# <artifact_name>-pkg, where artifact_name carries the -supported suffix.
|
||||
DEB_ARTIFACT: xrpld-ubuntu-gcc-release-amd64-supported-pkg
|
||||
IMAGE_NAME: ghcr.io/xrplf/xrpld/supported
|
||||
SOURCE_RUN_ID: ${{ github.event.workflow_run.id || inputs.trigger_run_id }}
|
||||
|
||||
SOURCE_RUN_ID: ${{ github.event.workflow_run.id || github.event.inputs.trigger_run_id }}
|
||||
jobs:
|
||||
image:
|
||||
# Only for successful Trigger runs (workflow_run), and only on the canonical
|
||||
|
||||
Reference in New Issue
Block a user