change docker installer
Some checks failed
default / build-and-deploy (push) Failing after 21s

This commit is contained in:
Pavel 2025-03-30 18:12:28 +03:00
parent 396cbb1911
commit f4d008b25c

View file

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Docker
run: apt update && apt-get install -y --no-install-recommends docker
run: curl -fsSL https://get.docker.com | bash
- name: Login to Docker Registry
uses: docker/login-action@v3