Attempt no cache
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Has been cancelled

This commit is contained in:
2025-06-21 14:40:39 -04:00
parent 91a540cdd5
commit 5ead60b058

View File

@@ -109,9 +109,9 @@ jobs:
BB_REGISTRY: 'git.hydrosaber.com' BB_REGISTRY: 'git.hydrosaber.com'
BB_REGISTRY_NAMESPACE: ${{ github.repository_owner }} BB_REGISTRY_NAMESPACE: ${{ github.repository_owner }}
GH_PR_EVENT_NUMBER: ${{ github.event.number }} GH_PR_EVENT_NUMBER: ${{ github.event.number }}
BB_CACHE_LAYERS: true BB_CACHE_LAYERS: false
RECIPE_PATH: ${{ steps.build_vars.outputs.recipe_path }} RECIPE_PATH: ${{ steps.build_vars.outputs.recipe_path }}
RUST_LOG_STYLE: always RUST_LOG_STYLE: always
CLICOLOR_FORCE: "1" CLICOLOR_FORCE: "1"
run: | run: |
sudo -E bluebuild build -v --push --rechunk ${RECIPE_PATH} sudo -E bluebuild build -v --push ${RECIPE_PATH}