Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy_mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: checkout ecs repo
uses: actions/checkout@v3
with:
repository: sygmaprotocol/devops
repository: sprintertech/devops
token: ${{ secrets.GHCR_TOKEN }}

- name: render jinja2 templates to task definition json files
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: checkout ecs repo
uses: actions/checkout@v3
with:
repository: sygmaprotocol/devops
repository: sprintertech/devops
token: ${{ secrets.GHCR_TOKEN }}

- name: render jinja2 templates to task definition json files
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: checkout ecs repo
uses: actions/checkout@v4
with:
repository: sygmaprotocol/devops
repository: sprintertech/devops
token: ${{ secrets.GHCR_TOKEN }}

- name: render jinja2 templates to task definition json files
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- name: checkout ecs repo
uses: actions/checkout@v4
with:
repository: sygmaprotocol/devops
repository: sprintertech/devops
token: ${{ secrets.GHCR_TOKEN }}

- name: render jinja2 templates to task definition json files
Expand Down
10 changes: 5 additions & 5 deletions example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ x-logging:

services:
mempool-stub:
image: ghcr.io/sygmaprotocol/beacon-api-stub
image: ghcr.io/sprintertech/beacon-api-stub
container_name: mempool-stub
labels:
logging: "promtail"
Expand All @@ -26,7 +26,7 @@ services:

bitcoin:
# image: ruimarinho/bitcoin-core:latest
image: ghcr.io/sygmaprotocol/bitcoin
image: ghcr.io/sprintertech/bitcoin
container_name: bitcoin
labels:
logging: "promtail"
Expand All @@ -46,7 +46,7 @@ services:
logging: *default-logging

evm1-1:
image: ghcr.io/sygmaprotocol/sygma-solidity:evm1-v2.10.1
image: ghcr.io/sprintertech/sygma-solidity:evm1-v2.10.1
container_name: evm1-1
command: --chain.chainId 1337 --db data/ --blockTime 2 --m 'black toward wish jar twin produce remember fluid always confirm bacon slush' > /dev/null
labels:
Expand All @@ -57,7 +57,7 @@ services:
- "8545:8545"

evm2-1:
image: ghcr.io/sygmaprotocol/sygma-solidity:evm2-v2.10.1
image: ghcr.io/sprintertech/sygma-solidity:evm2-v2.10.1
command: --chain.chainId 1338 --db data/ --blockTime 2 --m 'black toward wish jar twin produce remember fluid always confirm bacon slush' > /dev/null
container_name: evm2-1
labels:
Expand All @@ -68,7 +68,7 @@ services:
- "8547:8545"

substrate-pallet:
image: "ghcr.io/sygmaprotocol/sygma-substrate-pallets:e2e-v0.3.1"
image: "ghcr.io/sprintertech/sygma-substrate-pallets:e2e-v0.3.1"
container_name: substrate-pallet
labels:
logging: "promtail"
Expand Down
Loading