From b957ba225789911f7d206daef3ad67d3585d1a40 Mon Sep 17 00:00:00 2001 From: moilanik Date: Fri, 19 Jun 2026 08:45:04 +0300 Subject: [PATCH 1/3] nodejs asennus --- .gitea/workflows/helm-build-push.yml | 6 ++++++ git-pages/README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/helm-build-push.yml b/.gitea/workflows/helm-build-push.yml index 1f919e8..71cf529 100644 --- a/.gitea/workflows/helm-build-push.yml +++ b/.gitea/workflows/helm-build-push.yml @@ -39,6 +39,12 @@ jobs: container: image: alpine/helm:3.19.0 steps: + - name: Install Node.js for actions/checkout + # COMPROMISE: Requires internet access. + # Does NOT work in air-gapped environments. + # Replace with a custom image (e.g., extending alpine/helm + nodejs) if needed. + run: apk add --no-cache nodejs + - uses: actions/checkout@v4 - uses: actions/checkout@v4 with: diff --git a/git-pages/README.md b/git-pages/README.md index 321b7ed..b0e1c51 100644 --- a/git-pages/README.md +++ b/git-pages/README.md @@ -69,7 +69,7 @@ open "https://gitea.app.keskikuja.site/${REPO_OWNER}/${REPO_NAME}/settings/actio > 💡 **Monelle repoille:** Toista vaiheet 3–4, tai katso [automatisointi](docs/secrets.md#automatisointi-useamman-repon-salaisuuden-lis%C3%A4%C3%A4miseen). --- - + ## Käyttöönotto ### 1. Secretit -- 2.52.0 From a16814b6eb26fff4b125b23616ff300b0a082e40 Mon Sep 17 00:00:00 2001 From: moilanik Date: Fri, 19 Jun 2026 08:45:55 +0300 Subject: [PATCH 2/3] =?UTF-8?q?testi=C3=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/example-main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/example-main.yml b/.gitea/workflows/example-main.yml index a734123..47fc910 100644 --- a/.gitea/workflows/example-main.yml +++ b/.gitea/workflows/example-main.yml @@ -3,6 +3,7 @@ on: push: branches: - main + - fix/helm-build-node workflow_dispatch: jobs: -- 2.52.0 From b0bb7f33a1eacfad162696db9abecbb177a6df0d Mon Sep 17 00:00:00 2001 From: moilanik Date: Fri, 19 Jun 2026 08:46:38 +0300 Subject: [PATCH 3/3] test trigger --- .gitea/workflows/example-main.yml | 1 - .gitea/workflows/git-pages.ci-main.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/example-main.yml b/.gitea/workflows/example-main.yml index 47fc910..a734123 100644 --- a/.gitea/workflows/example-main.yml +++ b/.gitea/workflows/example-main.yml @@ -3,7 +3,6 @@ on: push: branches: - main - - fix/helm-build-node workflow_dispatch: jobs: diff --git a/.gitea/workflows/git-pages.ci-main.yml b/.gitea/workflows/git-pages.ci-main.yml index 5f5bbd4..92ff291 100644 --- a/.gitea/workflows/git-pages.ci-main.yml +++ b/.gitea/workflows/git-pages.ci-main.yml @@ -3,7 +3,7 @@ on: push: branches: - main - - feature/helm-chart + - fix/helm-build-node paths: - git-pages/** - .gitea/workflows/helm-build-push.yml -- 2.52.0