Skip to content

Fix typo

Fix typo #21

Workflow file for this run

name: ci-dockerfile
on:
push:
paths-ignore:
- '**/README.md'
branches:
- '**'
pull_request:
paths-ignore:
- '**/README.md'
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Docker image
run: docker build -t electrumx-firo .
- uses: hoverkraft-tech/[email protected]
name: Build Docker Compose
with:
up-flags: "--build"