another attempt
Some checks failed
default / build-and-deploy (push) Failing after 16s

This commit is contained in:
Pavel 2025-03-30 18:17:56 +03:00
parent ccd6dc8ce0
commit 11add65d0e

View file

@ -15,7 +15,7 @@ jobs:
- name: Set up Docker
run: |
sh -c "curl -fsSL https://get.docker.com | bash"
systemctl start docker
service docker start
- name: Login to Docker Registry
uses: docker/login-action@v3