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
When attempting to build images in parallel using the append-buildx-action@v1, the process fails. The expected behavior is to have multiple images building concurrently to decrease the overall build time.
Steps to Reproduce
Set up a GitHub Actions workflow with append-buildx-action@v1.
Configure the workflow to build multiple images in parallel.
Trigger the workflow.
Expected Behavior
The images should be built in parallel, minimizing the total build time.
Actual Behavior
The build process for images does not run in parallel. Instead, it causes a failure or conflict, as indicated in the attached screenshot
Workaround
As a temporary solution, I've configured the workflow to build images in sequence, which is successful but not optimal due to the increased build time.
The text was updated successfully, but these errors were encountered:
Description
When attempting to build images in parallel using the
append-buildx-action@v1
, the process fails. The expected behavior is to have multiple images building concurrently to decrease the overall build time.Steps to Reproduce
append-buildx-action@v1
.Expected Behavior
The images should be built in parallel, minimizing the total build time.
Actual Behavior
The build process for images does not run in parallel. Instead, it causes a failure or conflict, as indicated in the attached screenshot
Workaround
As a temporary solution, I've configured the workflow to build images in sequence, which is successful but not optimal due to the increased build time.
The text was updated successfully, but these errors were encountered: