Skip to content

multi: Integrate new exchange sources and exchange related bug fixes #1214

multi: Integrate new exchange sources and exchange related bug fixes

multi: Integrate new exchange sources and exchange related bug fixes #1214

Workflow file for this run

name: Docker Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Build the Docker image
run: docker build -t decred/dcrdata:$(date +%s) .