Skip to content

fix: fixed a bug where a string within a transaction couldn't be pars… #207

fix: fixed a bug where a string within a transaction couldn't be pars…

fix: fixed a bug where a string within a transaction couldn't be pars… #207

Workflow file for this run

name: Build main branch
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Free Diskspace
uses: ./.github/actions/free_disk_space
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build Cardano Rosetta Release
uses: ./.github/actions/build_docker_images
with:
tag: main