docker rootless
Some checks failed
default / build-and-deploy (push) Failing after 17s

This commit is contained in:
Pavel 2025-03-30 18:14:24 +03:00
parent f4d008b25c
commit 092207c172

View file

@ -13,7 +13,9 @@ jobs:
uses: actions/checkout@v4
- name: Set up Docker
run: curl -fsSL https://get.docker.com | bash
run: |
sh -c "curl -fsSL https://get.docker.com | bash"
dockerd-rootless-setuptool.sh install
- name: Login to Docker Registry
uses: docker/login-action@v3