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.24k stars 541 forks source link

Backwards compatibility #899

Closed chrzanxq closed 1 year ago

chrzanxq commented 1 year ago

Any possibility to use older version of node? Using quasar 1 with the app, with no current possibility to upgrade it, and this github action fails since last release due to incompatibility between upgraded node and quasar.

crazy-max commented 1 year ago

Any possibility to use older version of node?

I don't think so but you can downgrade to build-push-action v2. Although this version is not supported anymore and GitHub dropped support for Node 12: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

Using quasar 1 with the app

Sorry I don't know what this means. I guess you install an older version of Node on the runner and therefore the action fails to execute. Can you post a repro with your workflow and Dockerfile?

I'm closing this one as we don't intend to add support for deprecated versions of Node.