extdn / github-actions-m2

137 stars 46 forks source link

Update extdn/magento-coding-standard-action Docker Images Regularly #93

Closed sprankhub closed 1 year ago

sprankhub commented 1 year ago

https://github.com/extdn/github-actions-m2/blob/b2e359ea30696bfa780f11dc78132c7c1b93be3d/magento-coding-standard/Dockerfile%3A8.1#L5

Here, we require the latest currently available version of magento/magento-coding-standard. This will bake this specific version of the coding standard into the Docker image. Before I ran the action to re-build the Docker image manually in https://github.com/extdn/github-actions-m2/actions/runs/5144515585, the Docker image was a few years old. This means that the coding standard used was also a few years old.

Hence, we need to make sure to build the respective docker image regularly.