Skip to content

Commit

Permalink
Use cardano-node==9.1.1 across the board.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Sep 10, 2024
1 parent 645a43c commit 9619c8f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
os: [ linux ]
arch: [ x86_64 ]
network: [ preview ]
cardano-node: [ 9.1.0 ]
cardano-node: [ 9.1.1 ]

runs-on: ${{ matrix.os == 'linux' && 'ubuntu-22.04' }}
steps:
Expand Down Expand Up @@ -379,13 +379,13 @@ jobs:
clients/TypeScript/cardano-ogmios-schema-${{ github.sha }}.tgz
clients/TypeScript/cardano-ogmios-repl-${{ github.sha }}.tgz
- name: 📤 Publish client package to npm registry
if: ${{ startsWith(github.ref, 'refs/tags') }}
uses: JS-DevTools/npm-publish@v2
with:
package: clients/TypeScript/packages/${{ matrix.package }}/package.json
strategy: upgrade
token: ${{ secrets.NPM_TOKEN }}
# - name: 📤 Publish client package to npm registry
# if: ${{ startsWith(github.ref, 'refs/tags') }}
# uses: JS-DevTools/npm-publish@v2
# with:
# package: clients/TypeScript/packages/${{ matrix.package }}/package.json
# strategy: upgrade
# token: ${{ secrets.NPM_TOKEN }}

# ██████████ ███████ █████████ █████ ████ ██████████ ███████████
# ░░███░░░░███ ███░░░░░███ ███░░░░░███░░███ ███░ ░░███░░░░░█░░███░░░░░███
Expand All @@ -404,8 +404,8 @@ jobs:
os: [ linux ]
target: [ cardano-node-ogmios ]
network: [ mainnet, preprod, preview, sanchonet ]
cardano-node: [ 9.1.0 ]
cardano-node-latest: [ 9.1.0 ]
cardano-node: [ 9.1.1 ]
cardano-node-latest: [ 9.1.1 ]
arch: [ x86_64 ]
steps:
- name: 📥 Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/network-synchronization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
matrix:
network: [ preview ]
ogmios_version: [ v6.6.0 ]
cardano_node_version: [ 9.1.0 ]
ogmios_version: [ v6.6.2 ]
cardano_node_version: [ 9.1.1 ]

runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

ARG CARDANO_NODE_IMAGE=ghcr.io/intersectmbo/cardano-node:9.0.0
ARG CARDANO_NODE_IMAGE=ghcr.io/intersectmbo/cardano-node:9.1.1

# #
# --------------------------- BUILD (ogmios) --------------------------------- #
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
cardano-node:
image: ghcr.io/intersectmbo/cardano-node:9.1.0
image: ghcr.io/intersectmbo/cardano-node:9.1.1
command: [
"run",
"--config", "/config/config.json",
Expand Down

0 comments on commit 9619c8f

Please sign in to comment.