remove useless wait
Some checks failed
default / build-and-deploy (push) Failing after 3s

This commit is contained in:
Pavel 2025-03-30 17:47:56 +03:00
parent 6bbd97c9d9
commit 65d5ae07e3

View file

@ -20,10 +20,6 @@ jobs:
- name: Build and push Docker image
run: |
while ! docker info > /dev/null 2>&1; do
echo "Waiting for Docker daemon..."
sleep 1
done
echo "${{ secrets.GITHUB_TOKEN }}" | docker login git.neur0tx.site -u "${{ github.actor }}" --password-stdin
docker build -t git.neur0tx.site/${{ github.repository_owner }}/${{ github.repository_name }}:latest .
docker push git.neur0tx.site/${{ github.repository_owner }}/${{ github.repository_name }}:latest