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 - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} 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 - name: Login to the Container registry
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:

View File

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