Skip to content

Commit

Permalink
Merge pull request #16973 from opf/bugfix/58431-some-images-are-missi…
Browse files Browse the repository at this point in the history
…ng-when-running-openproject-all-in-one-container

[58431] Restore images in all-in-one docker container
  • Loading branch information
cbliard authored Oct 16, 2024
2 parents 10f256d + f437a9c commit f5f2550
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
path: public/
name: public-assets-${{ github.sha }}
overwrite: true
# Since v4.4, hidden files are excluded by default.
# We need to include public/assets/.sprockets-manifest-*.json
include-hidden-files: true
outputs:
version: ${{ steps.extract_version.outputs.version }}
checkout_ref: ${{ steps.extract_version.outputs.checkout_ref }}
Expand Down

0 comments on commit f5f2550

Please sign in to comment.