File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
28
28
file : ./images/xk6-coap/Dockerfile
29
29
platforms : linux/amd64
30
30
load : true
31
- tags : goliothiot /xk6-coap
31
+ tags : golioth /xk6-coap
32
32
33
33
- name : Login to Dockerhub
34
34
uses : docker/login-action@v1
35
35
if : github.ref == 'refs/heads/main'
36
36
with :
37
- username : goliothiot
37
+ username : goliothbot
38
38
password : ${{ secrets.DOCKER_TOKEN }}
39
39
40
40
- name : Build and Push to Dockerhub
45
45
file : ./images/xk6-coap/Dockerfile
46
46
platforms : linux/amd64,linux/arm64
47
47
push : true
48
- tags : goliothiot /xk6-coap
48
+ tags : golioth /xk6-coap
Original file line number Diff line number Diff line change 12
12
## Getting Started
13
13
14
14
To get started, either build the ` k6 ` binary or use the
15
- [ ` goliothiot /xk6-coap` ] ( https://hub.docker.com/repository/docker/goliothiot /xk6-coap )
15
+ [ ` golioth /xk6-coap` ] ( https://hub.docker.com/repository/docker/golioth /xk6-coap )
16
16
image.
17
17
18
18
### Using the OCI Image
19
19
20
- The quickest way to get started is by using the ` goliothiot /xk6-coap` image,
20
+ The quickest way to get started is by using the ` golioth /xk6-coap` image,
21
21
which is [ built] ( ./images/xk6-coap/Dockerfile ) from this repository and
22
22
published to DockerHub. Tests can be supplied when creating a container from the
23
23
image via a [ bind mount] ( https://docs.docker.com/storage/bind-mounts/ ) . For
24
24
example, the following command would run the [ simple
25
25
example] ( ./examples/simple.js ) from this repository.
26
26
27
27
```
28
- docker run -it --rm -e COAP_PSK_ID=<YOUR-PSK-ID> -e COAP_PSK=<YOUR-PSK> -v $(pwd)/examples/simple.js:/simple.js goliothiot /xk6-coap k6 run /simple.js --vus 10 --duration 5s
28
+ docker run -it --rm -e COAP_PSK_ID=<YOUR-PSK-ID> -e COAP_PSK=<YOUR-PSK> -v $(pwd)/examples/simple.js:/simple.js golioth /xk6-coap k6 run /simple.js --vus 10 --duration 5s
29
29
```
30
30
31
31
` xk6-coap ` supports authentication via pre-shared keys (PSKs) and client
You can’t perform that action at this time.
0 commit comments