diff --git a/.gitea/workflows/image.yml b/.gitea/workflows/image.yml index bd7f9b1..05aa736 100644 --- a/.gitea/workflows/image.yml +++ b/.gitea/workflows/image.yml @@ -10,13 +10,7 @@ jobs: build_and_push: name: Build and Push Docker Image runs-on: ubuntu-latest - container: - image: ubuntu:25.10 steps: - - name: Install Node.js - run: | - apt update - apt install -y nodejs npm - name: Checkout Repository uses: actions/checkout@v4