Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 356e7c3

Browse files
authored
chore: orgnisation name in workflows and Dockerfile (#53)
1 parent 177b285 commit 356e7c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy_mainnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: checkout ecs file
4242
uses: actions/checkout@v4
4343
with:
44-
repository: sygmaprotocol/devops
44+
repository: sprintertech/devops
4545
token: ${{ secrets.GHCR_TOKEN }}
4646
ref: main
4747

.github/workflows/deploy_testnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: checkout ecs repo
7777
uses: actions/checkout@v4
7878
with:
79-
repository: sygmaprotocol/devops
79+
repository: sprintertech/devops
8080
token: ${{ secrets.GHCR_TOKEN }}
8181

8282
- 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 @@ COPY --from=builder /spectre ./
1717
RUN chmod +x ./spectre
1818
RUN mkdir -p /mount
1919
COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
20-
LABEL org.opencontainers.image.source https://github.com/sygmaprotocol/spectre-node
20+
LABEL org.opencontainers.image.source https://github.com/sprintertech/spectre-node
2121
ENTRYPOINT ["./spectre"]

0 commit comments

Comments
 (0)