diff --git a/.github/workflows/ci-dockerfile.yml b/.github/workflows/ci-dockerfile.yml new file mode 100644 index 0000000..1edf72f --- /dev/null +++ b/.github/workflows/ci-dockerfile.yml @@ -0,0 +1,18 @@ +name: ci-dockerfile + +on: + push: + branches: + - '**' + pull_request: + branches: + - master + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Build Docker image + run: docker build -t electrumx-firo .