Skip to content

Update go, build tools and license. #238

Update go, build tools and license.

Update go, build tools and license. #238

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) .