Integrate DockerImages within Gitea #1

Merged
rboullard merged 46 commits from GiteaCI into Development 2026-01-25 23:04:49 +00:00
Showing only changes of commit 01e9944577 - Show all commits

View File

@@ -27,7 +27,7 @@ jobs:
options: --privileged
steps:
- name: Install Node.js
run: apt-get install -y nodejs
run: apk add --no-cache nodejs npm
- name: Checkout repository
uses: actions/checkout@v3