Update .gitea/workflows/image.yml

This commit is contained in:
Arlind
2025-07-04 15:15:08 +02:00
parent 49caa76d8a
commit fdffaf6a95

View File

@@ -10,13 +10,7 @@ jobs:
build_and_push: build_and_push:
name: Build and Push Docker Image name: Build and Push Docker Image
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: ubuntu:25.10
steps: steps:
- name: Install Node.js
run: |
apt update
apt install -y nodejs npm
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v4 uses: actions/checkout@v4