update action

This commit is contained in:
2026-02-09 13:25:56 +01:00
parent 363136e031
commit e7fa54784a

View File

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