Skip to content

Bump golang.org/x/sys from 0.0.0-20210902050250-f475640dd07b to 0.1.0 #212

Bump golang.org/x/sys from 0.0.0-20210902050250-f475640dd07b to 0.1.0

Bump golang.org/x/sys from 0.0.0-20210902050250-f475640dd07b to 0.1.0 #212

Workflow file for this run

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