diff --git a/.gitea/workflows/gitea-actions-demo.yaml b/.gitea/workflows/gitea-actions-demo.yaml index 78e5774..f977d52 100644 --- a/.gitea/workflows/gitea-actions-demo.yaml +++ b/.gitea/workflows/gitea-actions-demo.yaml @@ -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: diff --git a/.gitea/workflows/gitea-actions-rocky.yaml b/.gitea/workflows/gitea-actions-rocky.yaml index c58890f..bfdcb7c 100644 --- a/.gitea/workflows/gitea-actions-rocky.yaml +++ b/.gitea/workflows/gitea-actions-rocky.yaml @@ -32,6 +32,9 @@ jobs: ls ${{ gitea.workspace }} - name: build context 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 uses: docker/login-action@v2 with: