update action

This commit is contained in:
2026-08-05 14:29:36 +02:00
parent a074def041
commit a12d114297
+2 -9
View File
@@ -99,15 +99,8 @@ jobs:
exit 1
;;
esac
- name: Install Docker
run: |
echo "Checking docker installation"
if command -v docker &> /dev/null; then
echo "Docker installation found"
else
echo "Docker installation not found. Docker will be installed"
curl -fsSL https://get.docker.com | sh
fi
- name: Setup docker
uses: https://git.claeyscloud.com/david/gitea-actions/setup-docker@main
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3
- name: Docker login