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"]