Skip to content

Commit

Permalink
update README to reference new dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Bin Ju <[email protected]>
Co-authored-by: Bohan Chen <[email protected]>
  • Loading branch information
pivotal-bin-ju and chenbh committed Mar 18, 2019
1 parent e5c14ec commit bd6d7eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,11 @@ environment is consistent across any `docker` enabled platform. When the docker
image builds, the test are run inside the docker container, on failure they
will stop the build.

Run the tests with the following command:
Run the tests with the following commands for both `alpine` and `ubuntu` images:

```sh
docker build -t github-release-resource .
docker build -t github-release-resource -f dockerfiles/alpine/Dockerfile .
docker build -t github-release-resource -f dockerfiles/ubuntu/Dockerfile .
```

### Contributing
Expand Down

0 comments on commit bd6d7eb

Please sign in to comment.