Skip to content

Commit

Permalink
docs: Generate manifests after push images
Browse files Browse the repository at this point in the history
Bazel push images creates digest files in

    bazel-bin/push-<image-name>.digest

The SHA sums are taken from those files and if the manifests are not
regenerated after pushing they will contain the old sums.

Signed-off-by: Vasiliy Ulyanov <[email protected]>
  • Loading branch information
vasiliy-ul committed Feb 3, 2021
1 parent 4816a2d commit 81cfe1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export DOCKER_TAG=mybuild
Then build the manifests and images:

```bash
make && make push
make && make push && make manifests
```

Finally, push the manifests to your cluster:
Expand Down

0 comments on commit 81cfe1f

Please sign in to comment.