docker / build-push-action

GitHub Action to build and push Docker images with Buildx
https://github.com/marketplace/actions/build-and-push-docker-images
Apache License 2.0
4.28k stars 548 forks source link

e2e: test buildx and buildkit edge #876

Closed crazy-max closed 1 year ago

crazy-max commented 1 year ago

Matrix expansion does not work as I expected: https://github.com/docker/build-push-action/actions/runs/5221265195

Looks like there are preconditions: https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations

crazy-max commented 1 year ago

Managed to make it work: https://github.com/docker/build-push-action/actions/runs/5807990549

PTAL @jedevc