From ebb68a936b740518517afbed6aa2a535cb671efb Mon Sep 17 00:00:00 2001 From: Isah Idris <58168886+eedygreen@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:23:50 +0100 Subject: [PATCH] rpc: update organisation name to sprintertech --- .github/workflows/gateway_mainnet.yml | 2 +- .github/workflows/gateway_testnet.yml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gateway_mainnet.yml b/.github/workflows/gateway_mainnet.yml index df5b5f4..2b77cda 100644 --- a/.github/workflows/gateway_mainnet.yml +++ b/.github/workflows/gateway_mainnet.yml @@ -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 diff --git a/.github/workflows/gateway_testnet.yml b/.github/workflows/gateway_testnet.yml index 8247c0c..fa85492 100644 --- a/.github/workflows/gateway_testnet.yml +++ b/.github/workflows/gateway_testnet.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index cc31055..bec6fb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file