Install corepack
Some checks failed
Main / build-and-push-docker-image (20.x) (pull_request) Failing after 1m17s

This commit is contained in:
2025-09-03 15:11:28 -04:00
parent fb9a1e4645
commit 54864ae193

View File

@@ -27,7 +27,7 @@ jobs:
ansible-galaxy collection install community.general --force
ansible-galaxy collection install ansible.posix --force
- name: Enable Corepack
run: corepack enable
run: npm install -g corepack && corepack enable
- name: Log into registry ${{ env.REGISTRY }}
uses: docker/login-action@v2
with: