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:15:58 +02:00
parent 0610517bcb
commit 646985f3df

View File

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