Skip to content

Switch to bsv-blockchain github org #2

Switch to bsv-blockchain github org

Switch to bsv-blockchain github org #2

name: Teranode base run
on:
push:
branches:
- main
permissions:
contents: read
pull-requests: read
id-token: write
jobs:
# Run remote build and deploy workflow
build-and-deploy:
uses: bsv-blockchain/.github/.github/workflows/build_and_deploy.yaml@main

Check failure on line 16 in .github/workflows/teranode_base_run.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/teranode_base_run.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/teranode_base_run.yaml" -> "bsv-blockchain/.github/.github/workflows/build_and_deploy.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
permissions:
contents: read
packages: write
id-token: write
secrets: inherit
with:
file: ./Dockerfile_run
image_prefix: "run-"
repository: ${{ github.repository }}
tag_latest: true
use_short_sha_tag: true
create_manifest: true
architectures: '["amd64", "arm64"]'
runner_labels: '{"amd64":"linux-amd64","arm64":"linux-arm64","manifest":"ubuntu-latest"}'
build_args: |
GITHUB_SHA=${{ github.sha }}
GITHUB_REF=${{ github.ref_name }}