diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 2a89cc6..f523cf4 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -22,6 +22,11 @@ jobs: echo "Docker installation not found. Docker will be installed" curl -fsSL https://get.docker.com | sh fi + - name: Install Fetch + run: | + echo "Installing fetch" + npm install -g npm + npm install node-fetch - name: Set up Docker Buildx uses: https://github.com/docker/setup-buildx-action@v3 - name: Login to Gitea container registry