diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 6c930760e..9f6934735 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -41,14 +41,14 @@ jobs: lhci collect - name: Evaluate reports - if: github.repository_owner != 'input-output-hk' + if: github.repository_owner != 'IntersectMBO' run: | lhci assert --preset "lighthouse:recommended" - name: Publish reports working-directory: ./src/vva-fe - if: github.repository_owner == 'input-output-hk' + if: github.repository_owner == 'IntersectMBO' run: | lhci assert --preset lighthouse:recommended || echo "LightHouse Assertion error ignored ..." lhci upload --githubAppToken="${{ secrets.LHCI_GITHUB_APP_TOKEN }}" --token="${{ secrets.LHCI_SERVER_TOKEN }}" --serverBaseUrl=https://lighthouse.cardanoapi.io --ignoreDuplicateBuildFailure diff --git a/src/docker-compose.sanchonet.yml b/src/docker-compose.sanchonet.yml index 18a737994..735c6b362 100644 --- a/src/docker-compose.sanchonet.yml +++ b/src/docker-compose.sanchonet.yml @@ -104,7 +104,7 @@ services: logging: *logging cardano-node: - image: ghcr.io/input-output-hk/cardano-node:8.7.1-pre + image: ghcr.io/intersectmbo/cardano-node:8.7.1-pre entrypoint: - "cardano-node" - "run" @@ -143,7 +143,7 @@ services: logging: *logging cardano-db-sync: - image: ghcr.io/input-output-hk/cardano-db-sync:sancho-2-3-0-docker + image: ghcr.io/intersectmbo/cardano-db-sync:sancho-2-3-0-docker environment: - NETWORK=${CARDANO_NETWORK:-sanchonet} - POSTGRES_HOST=postgres diff --git a/tests/test-infrastructure/docker-compose.yml b/tests/test-infrastructure/docker-compose.yml index 3838323aa..995465b37 100644 --- a/tests/test-infrastructure/docker-compose.yml +++ b/tests/test-infrastructure/docker-compose.yml @@ -205,7 +205,7 @@ services: reservations: memory: 2.2G cardano-node: - image: ghcr.io/input-output-hk/cardano-node:8.7.1-pre + image: ghcr.io/intersectmbo/cardano-node:8.7.1-pre environment: NETWORK: sanchonet volumes: