Skip to content

Added link to Umbrel Community App Store (#34) #65

Added link to Umbrel Community App Store (#34)

Added link to Umbrel Community App Store (#34) #65

Workflow file for this run

name: Build and Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- name: Build
run: docker build -t decred/dexweb:$(date +%s) .