change pipeline
All checks were successful
Gitea Actions Demo / Bootstrap-runner (push) Successful in 6s
Gitea Actions Demo / Create-dockerfile-with-ansible-builder (push) Successful in 8s

This commit is contained in:
root
2024-07-17 09:53:43 +02:00
parent 75fe2e8245
commit 321ade631e

View File

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