0.0059
Some checks failed
Build Docker / deploy (push) Failing after 2s
Build Docker / build (push) Has been skipped

This commit is contained in:
2026-03-01 16:05:22 +03:00
parent 12611ed5b7
commit 9274b79b6a

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- name: Setup SSH key
run: |
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/id_rsa
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/id_rsa.pub
chmod 600 /tmp/id_rsa
- name: Install Ansible collection
run: ansible-galaxy collection install community.docker