Skip to content

Commit e35a7b7

Browse files
committed
Merge branch 'hotfix/1.3.1'
2 parents 1158e2f + 749b0af commit e35a7b7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/github_build_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Composer install
2222
run: |
2323
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
2626
rm -rf infrastructure
2727
2828
- name: Make assets dir

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

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+
711
## [1.3.0] - 2023-07-11
12+
813
- [#155](https://github.com/os2display/display-api-service/pull/155)
914
Set up separate image builds for itkdev and os2display
1015
- [#154](https://github.com/os2display/display-api-service/pull/154)

0 commit comments

Comments
 (0)