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

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

View File

@@ -22,4 +22,5 @@ ANSIBLE_OPTIONS+=("$INPUT_PLAYBOOK_PATH")
echo "Running playbook with options: ansible-playbook ${ANSIBLE_OPTIONS[*]}"
ansible-playbook "${ANSIBLE_OPTIONS[@]}"
env
exit 0