Skip to content

chore: update organisation name to sprintertech #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 15, 2025
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/gateway_mainnet.yml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ jobs:
- name: checkout ecs repo
uses: actions/checkout@v3
with:
repository: sygmaprotocol/devops
repository: sprintertech/devops
token: ${{ secrets.GHCR_TOKEN }}
ref: main

2 changes: 1 addition & 1 deletion .github/workflows/gateway_testnet.yml
Original file line number Diff line number Diff line change
@@ -69,7 +69,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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -17,5 +17,5 @@ RUN apk add --update-cache --no-cache \
COPY --from=builder /src/rpc-gateway /app/

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