Test
All checks were successful
Sonar / SonarQube (push) Successful in 51s
Sonar / Docker stuff (push) Successful in 6s

This commit is contained in:
Liviu Burcusel 2025-12-10 12:02:25 +01:00
parent 22fec69564
commit 346758d61c
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -55,6 +55,9 @@ jobs:
needs: sonarqube
runs-on: docker
steps:
- name: Prepare environment variables
run: |
echo REGISTRY=${{ env.FORGEJO_HOST }} >> $GITHUB_ENV
- name: Setup Node environment
run: |
apk add --update nodejs npm