From f2f0bbbdda4b2c8d14628755848877ee74327411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20N=C3=A4sstr=C3=B6m?= Date: Wed, 6 Mar 2024 14:31:18 +0100 Subject: [PATCH] Fixed sed argument in initialize.yml workflow --- .github/workflows/initialize.yml | 4 ++-- template_README.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/initialize.yml b/.github/workflows/initialize.yml index 821930c..efc625e 100644 --- a/.github/workflows/initialize.yml +++ b/.github/workflows/initialize.yml @@ -30,10 +30,10 @@ jobs: mv template_README.md README.md # Replaces the template repository name in the docker config file with the new one - - name: Update docker-compose.yml + - name: Update docker-compose.yaml working-directory: ./nomad-oasis_files run: | - sed -i "s|FAIRMAT_NFDI/nomad-distribution-template|${{ github.repository }}|g" nomad-oasis/docker-compose.yaml + sed -i "s|FAIRmat_NFDI/nomad-distribution-template|${{ github.repository }}|g" nomad-oasis/docker-compose.yaml zip -r nomad-oasis.zip nomad-oasis # Deletes this workflow file to prevent it from running on branch creation diff --git a/template_README.md b/template_README.md index 93282b5..2519b26 100644 --- a/template_README.md +++ b/template_README.md @@ -13,6 +13,11 @@ customize it through [adding plugins](#adding-a-plugin). > packages and after that set this package public. > You can read more about this in the GitHub docs [here](https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility). +> [!TIP] +> In order for you others to find and learn from your distribution we in FAIRmat would +> greatly appreciate it if you would add the topic `nomad-distribution` by clicking the +> ⚙️ next to "About" on the main GitHub page for this repository. + ## Deploying the image To deploy this NOMAD Oasis image you should follow the instructions on