Adding workflow to push a docker for the action
All checks were successful
Production deployment / Build and pushing (push) Successful in 39s

This commit is contained in:
2025-04-09 20:48:20 +02:00
parent 3716f617e3
commit 995f08c157
3 changed files with 45 additions and 1 deletions

View File

@@ -19,7 +19,10 @@ done
ANSIBLE_OPTIONS+=("$INPUT_PLAYBOOK_PATH")
echo "Test ?"
env
echo "Running playbook with options: ansible-playbook ${ANSIBLE_OPTIONS[*]}"
ansible-playbook "${ANSIBLE_OPTIONS[@]}"
env
exit 0