mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
feat: Allow running container as non-root UID/GID for ownership issues (docker) (#433)
Co-authored-by: George L. Yermulnik <yz@yz.kiev.ua> Co-authored-by: MaxymVlasov <MaxymVlasov@users.noreply.github.com> Co-authored-by: Anton Babenko <anton@antonbabenko.com>
This commit is contained in:
parent
005134b4d3
commit
abc2570e42
7 changed files with 143 additions and 6 deletions
2
.github/workflows/build-image-test.yaml
vendored
2
.github/workflows/build-image-test.yaml
vendored
|
|
@ -19,6 +19,8 @@ jobs:
|
|||
with:
|
||||
files: |
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
tools/entrypoint.sh
|
||||
|
||||
- name: Build if Dockerfile changed
|
||||
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue