forgot to checkout.

This commit is contained in:
Jason Kulatunga
2020-08-29 00:49:53 -07:00
parent 82e422c3e0
commit 0c1cf91a90
+2
View File
@@ -40,6 +40,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: docker:19.03.2 container: docker:19.03.2
steps: steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build Docker - name: Build Docker
run: | run: |
docker build -t analogj/scrutiny . docker build -t analogj/scrutiny .