Skip to content

chore: bumping node to 10.1.3 (#257) #216

chore: bumping node to 10.1.3 (#257)

chore: bumping node to 10.1.3 (#257) #216

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