Skip to content

Commit

Permalink
Merge pull request #61 from IntersectMBO/56-update-workflows-to-compe…
Browse files Browse the repository at this point in the history
…nsate-for-node-and-db-sync-repository-url-changes

update urls to docker images, update repo owner condition
  • Loading branch information
Ryun1 authored Jan 8, 2024
2 parents 9d2469b + 23e4aeb commit f66591a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/docker-compose.sanchonet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test-infrastructure/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f66591a

Please sign in to comment.