Skip to content

Add dcr.cerebro.host VSP to mainnet list #242

Add dcr.cerebro.host VSP to mainnet list

Add dcr.cerebro.host VSP to mainnet list #242

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/dcrwebapi:$(date +%s) .