Update env variables #66

Merged
werewolfkid merged 7 commits from gitea into main 2025-09-03 15:34:38 -04:00
3 changed files with 16 additions and 113 deletions
Showing only changes of commit 54864ae193 - Show all commits

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: