Fix/helm build node #27
@@ -3,7 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- feature/helm-chart
|
- fix/helm-build-node
|
||||||
paths:
|
paths:
|
||||||
- git-pages/**
|
- git-pages/**
|
||||||
- .gitea/workflows/helm-build-push.yml
|
- .gitea/workflows/helm-build-push.yml
|
||||||
|
|||||||
@@ -39,6 +39,12 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: alpine/helm:3.19.0
|
image: alpine/helm:3.19.0
|
||||||
steps:
|
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
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
+1
-1
@@ -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).
|
> 💡 **Monelle repoille:** Toista vaiheet 3–4, tai katso [automatisointi](docs/secrets.md#automatisointi-useamman-repon-salaisuuden-lis%C3%A4%C3%A4miseen).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Käyttöönotto
|
## Käyttöönotto
|
||||||
|
|
||||||
### 1. Secretit
|
### 1. Secretit
|
||||||
|
|||||||
Reference in New Issue
Block a user