Skip to content

Commit

Permalink
rpc: update organisation name to sprintertech (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen authored Jan 15, 2025
1 parent 861adbe commit 1e43e27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gateway_mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gateway_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 1e43e27

Please sign in to comment.