Files
Publish-Docker-Github-Action/.github/workflows/test.yml
2020-06-25 20:34:35 +02:00

10 lines
186 B
YAML

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build the Docker image
run: docker build .