create new pipeline and build file for minimal EE
Some checks failed
Gitea Actions Minimal / Bootstrap-runner (push) Successful in 5s
Gitea Actions Minimal / Create-dockerfile-with-ansible-builder (push) Failing after 5s

This commit is contained in:
root
2024-07-18 10:16:31 +02:00
parent 646985f3df
commit cd5469b638

View File

@@ -34,7 +34,7 @@ jobs:
run: ansible-builder create -f minimal-environment.yml -c context-minimal
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
ls ${{ gitea.workspace }}/context-minimal
- name: Login to the Container registry
uses: docker/login-action@v2
with: