diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 94938c2..4c4f5f5 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -28,14 +28,6 @@ jobs: - name: Checkout the repo uses: actions/checkout@v4 - - name: Install requirements - run: | - pip install -r requirements.txt - - - name: Generate the Ansible Builder context - run: | - ansible-builder create -v 3 - - name: Login to the registry uses: docker/login-action@v3 with: