mirror of
https://github.com/apache/superset.git
synced 2026-04-16 06:34:52 +00:00
fix: master docker builds fail because of multi-platform builds can't --load (#31493)
This commit is contained in:
committed by
GitHub
parent
4c380b48e7
commit
a5e36c9aab
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user