You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your Dockerfile is in a different directory, update the `context` with the path to the directory containing the Dockerfile.
110
+
107
111
For more information about the YAML syntax used here, see [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions).
108
112
109
113
## Step three: Run the workflow
@@ -136,4 +140,4 @@ Related information:
136
140
137
141
Next, learn how you can locally test and debug your workloads on Kubernetes before deploying.
138
142
139
-
{{< button text="Develop using Kubernetes" url="./deploy.md" >}}
143
+
{{< button text="Test your deployment" url="./deploy.md" >}}
0 commit comments