Skip to content

Leverage official image to avoid Microsoft repos #198

Leverage official image to avoid Microsoft repos

Leverage official image to avoid Microsoft repos #198

Workflow file for this run

name: Run Docker Tests
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
jobs:
test-docker:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v1
- name: 'Build image'
run: |
docker build .