fix: master docker builds fail because of multi-platform builds can't --load (#31493)

This commit is contained in:
Maxime Beauchemin
2024-12-17 09:41:13 -08:00
committed by GitHub
parent 4c380b48e7
commit a5e36c9aab
2 changed files with 6 additions and 1 deletions

View File

@@ -82,6 +82,10 @@ jobs:
--extra-flags "--build-arg INCLUDE_CHROMIUM=false" \
$PLATFORM_ARG
- name: Docker pull
if: steps.check.outputs.python || steps.check.outputs.frontend || steps.check.outputs.docker
run: docker pull apache/superset:GHA-${GITHUB_RUN_ID}
- name: Print docker stats
if: steps.check.outputs.python || steps.check.outputs.frontend || steps.check.outputs.docker
run: |