Merge pull request #2040 from charltonaustin/add_pushing_instructions_to_readme
Adding instructions for how to build before push.
This commit is contained in:
commit
9af5c26269
1 changed files with 8 additions and 0 deletions
|
@ -199,6 +199,14 @@ rm test/data/test.db
|
|||
python initdb.py
|
||||
```
|
||||
|
||||
|
||||
### How to run a build with tests for a push or merge
|
||||
```
|
||||
# Inside the quay directory.
|
||||
export QUAY_TAG=quay.io/quay/quay:localtest
|
||||
docker build -t $QUAY_TAG --build-arg RUN_TESTS=true .
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
* [Quay Enterprise Documentation](https://tectonic.com/quay-enterprise/docs/latest)
|
||||
|
|
Reference in a new issue