From 9edb28b7c66f303ecc5357356c500f12795c3638 Mon Sep 17 00:00:00 2001 From: Olga Botvinnik Date: Thu, 14 May 2020 12:55:41 -0700 Subject: [PATCH] whitespace before fenced code block sign: Olga Botvinnik Signed-off-by: Olga Botvinnik --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6de4e6..3988e5e 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ with: ### Minimal complete working github actions yaml file This minimal workflow clones the repo in question with the `actions/checkout@v1` step, and then runs `docker build -t myorg/myrepository .` with the `Dockerfile` present in the parent directory. In this case, it only builds it and does not push it (`push: false`). This can be useful for testing if the `Dockerfile` is valid in the first place and making sure there are no version conflicts. + ```yaml name: Build Docker images on: [push, pull_request]