diff --git a/.gitea/workflows/gitea-actions-rocky.yaml b/.gitea/workflows/gitea-actions-rocky.yaml index b46607e..dca04d4 100644 --- a/.gitea/workflows/gitea-actions-rocky.yaml +++ b/.gitea/workflows/gitea-actions-rocky.yaml @@ -26,6 +26,8 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} + - name: build context + run: ansible-builder create -f rocky-environment.yml -c context-rocky - name: Login to the Container registry uses: docker/login-action@v2 with: