Skip to content

Commit a0eac27

Browse files
authored
chore: relayer - update organisation name to sprinter (sprintertech#395)
1 parent 4fae4ce commit a0eac27

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/deploy_mainnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: checkout ecs repo
5454
uses: actions/checkout@v3
5555
with:
56-
repository: sygmaprotocol/devops
56+
repository: sprintertech/devops
5757
token: ${{ secrets.GHCR_TOKEN }}
5858

5959
- name: render jinja2 templates to task definition json files
@@ -125,7 +125,7 @@ jobs:
125125
- name: checkout ecs repo
126126
uses: actions/checkout@v3
127127
with:
128-
repository: sygmaprotocol/devops
128+
repository: sprintertech/devops
129129
token: ${{ secrets.GHCR_TOKEN }}
130130

131131
- name: render jinja2 templates to task definition json files

.github/workflows/deploy_testnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: checkout ecs repo
7575
uses: actions/checkout@v4
7676
with:
77-
repository: sygmaprotocol/devops
77+
repository: sprintertech/devops
7878
token: ${{ secrets.GHCR_TOKEN }}
7979

8080
- name: render jinja2 templates to task definition json files
@@ -133,7 +133,7 @@ jobs:
133133
- name: checkout ecs repo
134134
uses: actions/checkout@v4
135135
with:
136-
repository: sygmaprotocol/devops
136+
repository: sprintertech/devops
137137
token: ${{ secrets.GHCR_TOKEN }}
138138

139139
- name: render jinja2 templates to task definition json files

example/docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ x-logging:
1111

1212
services:
1313
mempool-stub:
14-
image: ghcr.io/sygmaprotocol/beacon-api-stub
14+
image: ghcr.io/sprintertech/beacon-api-stub
1515
container_name: mempool-stub
1616
labels:
1717
logging: "promtail"
@@ -26,7 +26,7 @@ services:
2626

2727
bitcoin:
2828
# image: ruimarinho/bitcoin-core:latest
29-
image: ghcr.io/sygmaprotocol/bitcoin
29+
image: ghcr.io/sprintertech/bitcoin
3030
container_name: bitcoin
3131
labels:
3232
logging: "promtail"
@@ -46,7 +46,7 @@ services:
4646
logging: *default-logging
4747

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

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

7070
substrate-pallet:
71-
image: "ghcr.io/sygmaprotocol/sygma-substrate-pallets:e2e-v0.3.1"
71+
image: "ghcr.io/sprintertech/sygma-substrate-pallets:e2e-v0.3.1"
7272
container_name: substrate-pallet
7373
labels:
7474
logging: "promtail"

0 commit comments

Comments
 (0)