Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit 1951b60

Browse files
authored
Merge pull request #57 from hifis-net/build-hifis-styled-images
Build HIFIS-Styled images
2 parents 4b63af6 + 9e13107 commit 1951b60

File tree

13 files changed

+40
-6
lines changed

13 files changed

+40
-6
lines changed

.github/workflows/_ghcr.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
# SPDX-FileCopyrightText: 2022 Christian Meeßen (GFZ) <[email protected]>
12
# SPDX-FileCopyrightText: 2022 Dusan Mijatovic (dv4all)
3+
# SPDX-FileCopyrightText: 2022 Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences
24
# SPDX-FileCopyrightText: 2022 dv4all
35
#
46
# SPDX-License-Identifier: Apache-2.0
7+
# SPDX-License-Identifier: EUPL-1.2
58

69
name: reusable ghcr.io module
710

@@ -53,6 +56,10 @@ jobs:
5356
with:
5457
submodules: recursive
5558
ssh-key: ${{secrets.ssh_private_key}}
59+
- name: hifis styling
60+
run: |
61+
rm -rf ./frontend/public
62+
mv ./deployment/helmholtz ./frontend/public
5663
- name: build
5764
id: build_image
5865
run: |
7.19 KB
Loading
20.1 KB
Loading
7.19 KB
Loading
786 Bytes
Loading
1.6 KB
Loading

deployment/helmholtz/manifest.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Helmholtz Research Software Directory",
3+
"short_name": "Helmholtz RSD",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
19+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SPDX-FileCopyrightText: 2022 Dusan Mijatovic (dv4all)
2+
SPDX-FileCopyrightText: 2022 dv4all
3+
4+
SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)