change pipeline
Some checks failed
Gitea Actions Demo / Bootstrap-runner (push) Successful in 10s
Gitea Actions Demo / Create-dockerfile-with-ansible-builder (push) Failing after 4s

This commit is contained in:
root
2024-07-17 09:52:47 +02:00
parent 155922961c
commit 75fe2e8245

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: docker
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: apk add --no-cache nodejs python
- run: apk add --no-cache nodejs python3
- run: python -m ensurepip --upgrade
- run: python -m pip install ansible-builder
- name: Check out repository code