Skip to content

Commit bce66d3

Browse files
committed
Switch to bsv-blockchain github org
1 parent 1fa6df4 commit bce66d3

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/teranode_base_build.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
# Run remote build and deploy workflow
1515
build-and-deploy:
16-
uses: ${{ github.repository_owner }}/.github/.github/workflows/build_and_deploy.yaml@main
16+
uses: bsv-blockchain/.github/.github/workflows/build_and_deploy.yaml@main
1717
permissions:
1818
contents: read
1919
packages: write
@@ -25,11 +25,7 @@ jobs:
2525
repository: ${{ github.repository }}
2626
tag_latest: true
2727
use_short_sha_tag: true
28-
use_packages: true
29-
use_ecr: true
3028
create_manifest: true
31-
ecr_region: "eu-north-1"
32-
ecr_repo: "teranode-base"
3329
architectures: '["amd64", "arm64"]'
3430
runner_labels: '{"amd64":"linux-amd64","arm64":"linux-arm64","manifest":"ubuntu-latest"}'
3531
build_args: |

.github/workflows/teranode_base_run.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
# Run remote build and deploy workflow
1515
build-and-deploy:
16-
uses: ${{ github.repository_owner }}/.github/.github/workflows/build_and_deploy.yaml@main
16+
uses: bsv-blockchain/.github/.github/workflows/build_and_deploy.yaml@main
1717
permissions:
1818
contents: read
1919
packages: write
@@ -25,11 +25,7 @@ jobs:
2525
repository: ${{ github.repository }}
2626
tag_latest: true
2727
use_short_sha_tag: true
28-
use_packages: true
29-
use_ecr: true
3028
create_manifest: true
31-
ecr_region: "eu-north-1"
32-
ecr_repo: "teranode-base"
3329
architectures: '["amd64", "arm64"]'
3430
runner_labels: '{"amd64":"linux-amd64","arm64":"linux-arm64","manifest":"ubuntu-latest"}'
3531
build_args: |

0 commit comments

Comments
 (0)