Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
1a99509
both dockerfiles are now pushed to docker hub, the smaller will repla…
PavolStefanec Oct 9, 2025
a0d0df0
Update .github/workflows/docker.yml
pStefanec Oct 15, 2025
3c05d2d
Merge pull request #1036 from dataquest-dev/ufal/minify_docker_image_…
pStefanec Oct 15, 2025
f58c08c
Skipping customer/uk branch in triggering playwright tests (#1049)
Kasinhou Oct 17, 2025
38e8910
UFAL/Synchronization of en.json5 and cs.json5 (#1037)
Kasinhou Oct 17, 2025
b8f1d94
frontend will get filtered version of config.json without sensitive i…
PavolStefanec Oct 28, 2025
31cfcd2
fix auth property exposure
PavolStefanec Oct 28, 2025
adec4db
access to nested properties could cause runtime errors...
PavolStefanec Oct 28, 2025
1a03fea
even more specific config filtering
PavolStefanec Oct 28, 2025
35ce442
Using a conditional spread
pStefanec Oct 28, 2025
6d7ee07
Using a conditional spread
pStefanec Oct 28, 2025
997b691
Using a conditional spread
pStefanec Oct 28, 2025
4632d71
missing comma
pStefanec Oct 28, 2025
8423f0f
We used *.dist dockerfile and the `dspace-ui.json` is on /app/dspace-…
milanmajchrak Oct 28, 2025
1fa478b
Merge pull request #1059 from dataquest-dev/filter_exposed_config
pStefanec Oct 28, 2025
4b42261
UFAL/Added space to title (#1070)
Kasinhou Oct 30, 2025
ffef6cf
permissions for non root user
PavolStefanec Oct 15, 2025
2b2836d
attempted permissions fix
PavolStefanec Oct 15, 2025
f60c662
workflow fix
PavolStefanec Oct 15, 2025
0d87f97
missing folder fix
PavolStefanec Oct 15, 2025
5b8270b
useless commit
PavolStefanec Oct 15, 2025
1b6a90e
remove empty line
PavolStefanec Oct 15, 2025
566775e
fixing permissions issue
PavolStefanec Oct 15, 2025
8b46f94
comment for clarity
pStefanec Oct 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .github/workflows/docker.yml
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
pStefanec and Copilot authored Oct 15, 2025
commit a0d0df07997c99d39984db412919ce480fcb4cf2
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: dataquest-dev/DSpace/.github/workflows/reusable-docker-build.yml@dtq-dev
with:
build_id: dspace-angular
image_name: dspace/dspace-angular
image_name: dataquest/dspace-angular
dockerfile_path: ./Dockerfile.dist
run_python_version_script: true
python_version_script_dest: src/static-files/VERSION_D.html
Expand Down
Loading