Skip to content

Bump semver from 5.7.1 to 5.7.2 #181

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #181

Workflow file for this run

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