Skip to content

Commit

Permalink
Merge branch 'hotfix/1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
turegjorup committed Jul 11, 2023
2 parents 1158e2f + 749b0af commit e35a7b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Composer install
run: |
docker network create frontend
docker compose run --rm phpfpm composer install --no-dev -o --classmap-authoritative
docker compose run --rm phpfpm composer clear-cache
docker compose run --rm --user=root --env APP_ENV=prod phpfpm composer install --no-dev -o --classmap-authoritative
docker compose run --rm --user=root --env APP_ENV=prod phpfpm composer clear-cache
rm -rf infrastructure
- name: Make assets dir
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.3.1] - 2023-07-11
- [#156](https://github.com/os2display/display-api-service/pull/156)
Fix permissions in create release github action

## [1.3.0] - 2023-07-11

- [#155](https://github.com/os2display/display-api-service/pull/155)
Set up separate image builds for itkdev and os2display
- [#154](https://github.com/os2display/display-api-service/pull/154)
Expand Down

0 comments on commit e35a7b7

Please sign in to comment.