Skip to content

ci: Update build tools etc. #100

ci: Update build tools etc.

ci: Update build tools etc. #100

Workflow file for this run

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