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

This commit is contained in:
root
2024-07-18 10:21:49 +02:00
parent 8214838cff
commit dfe10a61b2
2 changed files with 8 additions and 0 deletions

View File

@@ -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: