Skip to content

Commit e2e3920

Browse files
adding eu horizon funding info to readme (#37)
* updated readme * github repo name update, workflow lowercase naming * added EU flag
1 parent 8e81aeb commit e2e3920

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,16 @@ jobs:
2727
username: ${{ github.repository_owner }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

30+
- name: Set lowercase repository name
31+
run: |
32+
echo "REPO_LOWER=${GITHUB_REPOSITORY,,}" >> GITHUB_ENV
33+
3034
- name: Build and push Docker image
3135
id: docker_build
3236
uses: docker/build-push-action@v6
3337
with:
3438
context: .
3539
push: true
36-
tags: ghcr.io/${{ github.repository }}:latest
40+
tags: ghcr.io/${{ env.REPO_LOWER }}:latest
3741
cache-from: type=gha
3842
cache-to: type=gha,mode=max

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Reporting Service
22

3+
*"This service was created in the context of OpenAgri project (https://horizon-openagri.eu/). OpenAgri has received funding from the EU’s Horizon Europe research and innovation programme under Grant Agreement no. 101134083."* \
4+
![eu_flag](https://flagcdn.com/w80/eu.png)
35
# Description
46

57
The reporting service generates .pdf reports based on information present in datasets.\
@@ -175,4 +177,5 @@ This will run the tests and return success values for each api tested in the ter
175177
Please contact the maintainer of this repository.
176178

177179
# License
178-
[European Union Public License 1.2](https://github.com/openagri-eu/reporting-service/blob/main/LICENSE)
180+
This project code is licensed under the EUPL 1.2 license, see the [LICENSE](https://github.com/agstack/OpenAgri-ReportingService/blob/main/LICENSE) file for more details.
181+
Please note that each service may have different licenses, which can be found their specific source code repository.

0 commit comments

Comments
 (0)