Add RUNNING_IN_DOCKER env variable
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-02-11 18:25:21 -08:00
parent 25d24eb8d4
commit 59f5178cb6
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -7,6 +7,9 @@ contents:
- ca-certificates-bundle
- tzdata
environment:
RUNNING_IN_DOCKER: true
archs:
- amd64
- arm64
+3
View File
@@ -17,6 +17,9 @@ accounts:
gid: 65532
run-as: 65532
environment:
RUNNING_IN_DOCKER: true
archs:
- amd64
- arm64