Skip to content

dcrdata/db/dcrpg: Assign error from storeVers to err variable before … #1177

dcrdata/db/dcrpg: Assign error from storeVers to err variable before …

dcrdata/db/dcrpg: Assign error from storeVers to err variable before … #1177

Workflow file for this run

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