diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cb4f25af0..f8ea9f77f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -199,7 +199,7 @@ jobs: fi docker buildx build --cache-from "type=local,src=/tmp/.buildx-cache" \ - --output "type=image,push=false" \ + --output "type=image,push=true" \ ${BUILDX_ARGS} - name: Inspect images