Skip to content

Commit 98ffced

Browse files
committed
chore: update README to better illustrate testing on tip of main
1 parent 294c966 commit 98ffced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ To run these integration tests locally:
7070
1. Pull the version of the Coder image you wish to test:
7171

7272
```console
73-
docker pull ghcr.io/coder/coder:main-x.y.z-devel-abcd1234
73+
docker pull ghcr.io/coder/coder-preview:main-x.y.z-devel-abcd1234
7474
```
7575

76-
1. Run `CODER_VERSION=main-x.y.z-devel-abcd1234 make test-integration`.
76+
1. Run `CODER_IMAGE=ghcr.io/coder/coder-preview CODER_VERSION=main-x.y.z-devel-abcd1234 make test-integration`.
7777

7878
> **Note:** you can specify `CODER_IMAGE` if the Coder image you wish to test is hosted somewhere other than `ghcr.io/coder/coder`.
7979
> For example, `CODER_IMAGE=example.com/repo/coder CODER_VERSION=foobar make test-integration`.

0 commit comments

Comments
 (0)