Skip to content

Commit

Permalink
fix: off by one path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrremann committed Dec 13, 2024
1 parent 9cffe3e commit cdf196f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/how-to/build-and-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This how-to guide shows you how to build and deploy your application using [Gith
{%- endif %}
```

1. Cluster in this context is the same as the environment name. You can find the value in [workloads/environments](../workloads/reference/environments.md).
1. Cluster in this context is the same as the environment name. You can find the value in [workloads/environments](../../workloads/reference/environments.md).

This example workflow is a minimal example that builds, signs, and pushes your container image to the image registry.
It then deploys the [app.yaml](../../workloads/application/reference/application-spec.md), injecting the image tag from the previous step.
Expand Down

0 comments on commit cdf196f

Please sign in to comment.