test docker without plugins 0.0064
Some checks failed
Build Docker / deploy (push) Failing after 17s
Build Docker / build (push) Has been skipped

This commit is contained in:
2026-03-01 16:20:19 +03:00
parent f8969e3bcd
commit 762b26e4df

View File

@@ -12,8 +12,8 @@ jobs:
run: | run: |
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/id_fin echo "${{ secrets.SSH_PRIVATE_KEY }}" > /tmp/id_fin
chmod 600 /tmp/id_fin chmod 600 /tmp/id_fin
- name: Install Ansible collection # - name: Install Ansible collection
run: ansible-galaxy collection install community.docker # run: ansible-galaxy collection install community.docker
- name: Create inventory - name: Create inventory
run: echo "${{ secrets.INVENTORY }}" > inventory.ini run: echo "${{ secrets.INVENTORY }}" > inventory.ini
- name: Create secrets.yml - name: Create secrets.yml