mirror of
https://github.com/docker/build-push-action.git
synced 2025-03-28 01:30:09 +01:00
whitespace
sign: Olga Botvinnik <olga.botvinnik@gmail.com> Signed-off-by: Olga Botvinnik <olga.botvinnik@gmail.com>
This commit is contained in:
parent
5bc1a5aa28
commit
225d43ab1f
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,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
|
||||
|
|
Loading…
Add table
Reference in a new issue