Commit 5f05c68
committed
fix: Run dockerfile actions as the default Docker user
While we explicitly made the change to non-root users a year ago, the current GitHub docs state:
> Docker actions must be run by the default Docker user (root).
https://docs.github.com/en/actions/reference/workflows-and-actions/dockerfile-support
and we've observed issues in Enterprise GitHub environments.1 parent f433975 commit 5f05c68
File tree
3 files changed
+6
-5
lines changed- next-image-tag-number
- set-imgpkg-bundle-as-vendir-path
3 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 9 | | |
13 | 10 | | |
0 commit comments