Skip to content

Commit c9d9843

Browse files
linuxmaniacrsmitty
authored andcommitted
chore: update build instructions
fixes #10 rules where modified at 2a79236 Signed-off-by: Victor Seva <[email protected]> Signed-off-by: Spencer Smith <[email protected]>
1 parent 17b8780 commit c9d9843

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
@@ -47,11 +47,11 @@ kubectl create job --from=cronjob/talos-backup my-test-job
4747
You may build the binary with:
4848

4949
```bash
50-
make etcd-snapshot-k8s-service
50+
make talos-backup
5151
```
5252

5353
or as a container image with:
5454

5555
```bash
56-
make REGISTRY=registry.example.com USERNAME=myusername PUSH=true TAG=latest image-etcd-snapshot-k8s-service
56+
make REGISTRY=registry.example.com USERNAME=myusername PUSH=true TAG=latest image-talos-backup
5757
```

0 commit comments

Comments
 (0)