From b560472b36adb2fa9a308920f5c6f0eb45bdac8d Mon Sep 17 00:00:00 2001 From: Isah Idris <58168886+eedygreen@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:09:58 +0100 Subject: [PATCH] updated: orgnisation name in workflows and Dockerfile --- .github/workflows/deploy_mainnet.yml | 2 +- .github/workflows/deploy_testnet.yml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_mainnet.yml b/.github/workflows/deploy_mainnet.yml index 6670014..09cceb4 100644 --- a/.github/workflows/deploy_mainnet.yml +++ b/.github/workflows/deploy_mainnet.yml @@ -41,7 +41,7 @@ jobs: - name: checkout ecs file uses: actions/checkout@v4 with: - repository: sygmaprotocol/devops + repository: sprintertech/devops token: ${{ secrets.GHCR_TOKEN }} ref: main diff --git a/.github/workflows/deploy_testnet.yml b/.github/workflows/deploy_testnet.yml index d7f07f7..1931f4f 100644 --- a/.github/workflows/deploy_testnet.yml +++ b/.github/workflows/deploy_testnet.yml @@ -76,7 +76,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 5a9cda7..ca46acd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,5 +17,5 @@ COPY --from=builder /spectre ./ RUN chmod +x ./spectre RUN mkdir -p /mount COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ -LABEL org.opencontainers.image.source https://github.com/sygmaprotocol/spectre-node +LABEL org.opencontainers.image.source https://github.com/sprintertech/spectre-node ENTRYPOINT ["./spectre"]