Skip to content

Commit

Permalink
v10.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritudhwaj Ambardekar authored and Ritudhwaj Ambardekar committed Dec 10, 2024
1 parent a07c154 commit f0a0aea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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: [ 10.1.2 ]
cardano-node: [ 10.1.3 ]

runs-on: ${{ matrix.os == 'linux' && 'ubuntu-22.04' }}
steps:
Expand Down Expand Up @@ -402,10 +402,10 @@ jobs:
strategy:
matrix:
os: [ linux ]
target: [ cardano-node-ogmios ]
target: [ ogmios ]
network: [ mainnet, preprod, preview, sanchonet ]
cardano-node: [ 10.1.2 ]
cardano-node-latest: [ 10.1.2 ]
cardano-node: [ 10.1.3 ]
cardano-node-latest: [ 10.1.3 ]
arch: [ x86_64 ]
steps:
- name: 📥 Checkout repository
Expand Down Expand Up @@ -433,7 +433,7 @@ jobs:
- name: 📝 Base Variables
id: base-variables
run: |
echo "image=cardanosolutions/${{ matrix.target }}" >> $GITHUB_OUTPUT
echo "image=ritudhwaj/${{ matrix.target }}" >> $GITHUB_OUTPUT
- name: 📝 Tag Variables
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
Expand Down

0 comments on commit f0a0aea

Please sign in to comment.