Skip to content

Commit 1e43e27

Browse files
authored
rpc: update organisation name to sprintertech (#26)
1 parent 861adbe commit 1e43e27

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gateway_mainnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: checkout ecs repo
3333
uses: actions/checkout@v3
3434
with:
35-
repository: sygmaprotocol/devops
35+
repository: sprintertech/devops
3636
token: ${{ secrets.GHCR_TOKEN }}
3737
ref: main
3838

.github/workflows/gateway_testnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: checkout ecs repo
7070
uses: actions/checkout@v4
7171
with:
72-
repository: sygmaprotocol/devops
72+
repository: sprintertech/devops
7373
token: ${{ secrets.GHCR_TOKEN }}
7474

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ RUN apk add --update-cache --no-cache \
1717
COPY --from=builder /src/rpc-gateway /app/
1818

1919
USER nobody
20-
LABEL org.opencontainers.image.source https://github.com/sygmaprotocol/rpc-gateway
20+
LABEL org.opencontainers.image.source https://github.com/sprintertech/rpc-gateway
2121
ENTRYPOINT ["/app/rpc-gateway"]

0 commit comments

Comments
 (0)