create new pipeline and build file for minimal EE
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user