Skip to content

Static link works?

Static link works? #56

Workflow file for this run

name: Build and test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: docker build
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile