Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions sources/platform/actors/development/builds_and_runs/builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ By default, the builds are set to the _latest_ tag.

To speed up builds triggered via API, you can use the `useCache=1` parameter. This instructs the build process to use cached Docker images and layers instead of pulling the latest copies and building each layer from scratch. Note that the cached images and layers might not always be available on the server building the image, the `useCache` parameter only functions on a best-effort basis.

:::note Clean builds
### Clean builds

Running builds from the Console By default, the Console uses cached data when starting a build. You can also run a clean build without using the cache. To run a clean build:
By default, Apify Console uses cached data when starting a build.

To run a clean build without using the cache:

1. Go to your Actor page.
2. Select **Source** > **Code**.
3. Locate the **Start** button. Next to it, click on the arrow & choose **Clean build**

:::
3. Expand **Build** options and choose **Clean build**.
Comment on lines 59 to +61
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Go to your Actor page.
2. Select **Source** > **Code**.
3. Locate the **Start** button. Next to it, click on the arrow & choose **Clean build**
:::
3. Expand **Build** options and choose **Clean build**.
1. Go to your Actor page.
1. Select **Source** > **Code**.
1. Expand **Build** options and choose **Clean build**.

Loading