Skip to content

Commit

Permalink
chore: update build instructions
Browse files Browse the repository at this point in the history
fixes #10

rules where modified at 2a79236

Signed-off-by: Victor Seva <[email protected]>
Signed-off-by: Spencer Smith <[email protected]>
  • Loading branch information
linuxmaniac authored and rsmitty committed Sep 25, 2023
1 parent 17b8780 commit c9d9843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ kubectl create job --from=cronjob/talos-backup my-test-job
You may build the binary with:

```bash
make etcd-snapshot-k8s-service
make talos-backup
```

or as a container image with:

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

0 comments on commit c9d9843

Please sign in to comment.