Skip to content

Commit 953d1b0

Browse files
authored
Merge pull request #121 from itk-dev/feature/compose-user-runner
Changed COMPOSE_USER to runner
2 parents bbcb19a + f1960f0 commit 953d1b0

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- [PR-121](https://github.com/itk-dev/devops_itkdev-docker/pull/121))
11+
- Changed COMPOSE_USER to runner.
1012
- [PR-108](https://github.com/itk-dev/devops_itkdev-docker/pull/108)
11-
Added Drupal module template
13+
- Added Drupal module template
1214

1315
### Changed
1416

github/workflows/composer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
name: Composer
2727

2828
env:
29-
COMPOSE_USER: root
29+
COMPOSE_USER: runner
3030

3131
on:
3232
pull_request:

github/workflows/drupal-module/php.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
name: PHP
3535

3636
env:
37-
COMPOSE_USER: root
37+
COMPOSE_USER: runner
3838

3939
on:
4040
pull_request:

github/workflows/drupal/php.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
name: PHP
3535

3636
env:
37-
COMPOSE_USER: root
37+
COMPOSE_USER: runner
3838

3939
on:
4040
pull_request:

github/workflows/drupal/site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
name: Drupal
2020

2121
env:
22-
COMPOSE_USER: root
22+
COMPOSE_USER: runner
2323

2424
on:
2525
pull_request:

github/workflows/symfony/php.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
name: Symfony PHP
3535

3636
env:
37-
COMPOSE_USER: root
37+
COMPOSE_USER: runner
3838

3939
on:
4040
pull_request:

github/workflows/twig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
name: Twig
2525

2626
env:
27-
COMPOSE_USER: root
27+
COMPOSE_USER: runner
2828

2929
on:
3030
pull_request:

0 commit comments

Comments
 (0)