Skip to content

Update project history timeline. #429

Update project history timeline.

Update project history timeline. #429

Workflow file for this run

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