Debugging Github actions

This commit is contained in:
Matthew Wild 2020-01-31 13:53:11 +00:00
parent d6157c6a15
commit 63c3f95915
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build the Docker image
run: >-
ls &&
docker build .
--file docker/Dockerfile
--tag snikket/snikket:dev