update
Some checks failed
Gitea Actions Centos / Bootstrap-runner (push) Successful in 5s
Gitea Actions Centos / Create-dockerfile-with-ansible-builder (push) Failing after 5s
Gitea Actions Rocky / Bootstrap-runner (push) Successful in 4s
Gitea Actions Rocky / Create-dockerfile-with-ansible-builder (push) Failing after 4s
Some checks failed
Gitea Actions Centos / Bootstrap-runner (push) Successful in 5s
Gitea Actions Centos / Create-dockerfile-with-ansible-builder (push) Failing after 5s
Gitea Actions Rocky / Bootstrap-runner (push) Successful in 4s
Gitea Actions Rocky / Create-dockerfile-with-ansible-builder (push) Failing after 4s
This commit is contained in:
@@ -31,6 +31,11 @@ jobs:
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- name: build context
|
||||
run: ansible-builder create -f execution-environment.yml -c context
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}/context
|
||||
- name: Login to the Container registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user