Update .gitea/workflows/image.yml

This commit is contained in:
Arlind
2025-07-04 15:03:21 +02:00
parent f7b40bff74
commit fdb9e3eeb6

View File

@@ -11,10 +11,10 @@ jobs:
name: Build and Push Docker Image name: Build and Push Docker Image
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Setup Node.js - name: Install Node.js
uses: actions/setup-node@v4 run: |
with: sudo apt-get update
node-version: 20 sudo apt-get install -y nodejs npm
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v4 uses: actions/checkout@v4