File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 21
21
- name : Composer install
22
22
run : |
23
23
docker network create frontend
24
- docker compose run --rm phpfpm composer install --no-dev -o --classmap-authoritative
25
- docker compose run --rm phpfpm composer clear-cache
24
+ docker compose run --rm --user=root --env APP_ENV=prod phpfpm composer install --no-dev -o --classmap-authoritative
25
+ docker compose run --rm --user=root --env APP_ENV=prod phpfpm composer clear-cache
26
26
rm -rf infrastructure
27
27
28
28
- name : Make assets dir
Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.3.1] - 2023-07-11
8
+ - [ #156 ] ( https://github.com/os2display/display-api-service/pull/156 )
9
+ Fix permissions in create release github action
10
+
7
11
## [ 1.3.0] - 2023-07-11
12
+
8
13
- [ #155 ] ( https://github.com/os2display/display-api-service/pull/155 )
9
14
Set up separate image builds for itkdev and os2display
10
15
- [ #154 ] ( https://github.com/os2display/display-api-service/pull/154 )
You can’t perform that action at this time.
0 commit comments