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.11k stars 527 forks source link

e2e: fix .docker folder perms #985

Closed crazy-max closed 9 months ago

crazy-max commented 9 months ago

image

First time seen in https://github.com/docker/build-push-action/actions/runs/6324380195/job/17173793318#step:9:132 (2 weeks ago) when installing Nexus or Harbor.

Looks related to runner image 20230924.1.0: https://github.com/actions/runner-images/blob/ubuntu22/20230924.1/images/linux/Ubuntu2204-Readme.md

image

Was working fine with 20230917.1.0 in the same pipeline: https://github.com/docker/build-push-action/actions/runs/6324380195/job/17173792127#step:1:9

image