Attempting to use custom action #27

Closed
eriq12 wants to merge 16 commits from custom-action into main
2 changed files with 311 additions and 14 deletions
Showing only changes of commit 5ead60b058 - Show all commits

View File

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