pantheon-systems / docker-build-tools-ci

Dockerfile source for docker image pantheon-public/build-tools-ci on quay.io
34 stars 39 forks source link

Export correct env vars to allow image usage with different user. #85

Closed kporras07 closed 2 years ago

kporras07 commented 2 years ago

With Github Actions is common to use this image as root. Doing so results in having no plugins because they were installed with the tester user. Exporting env vars like this should make those plugins work.