From 836ce714ae1247b78fecfc81f6bd69c12e4d28c7 Mon Sep 17 00:00:00 2001 From: Julius Zeidler Date: Wed, 2 Apr 2025 16:17:33 +0200 Subject: [PATCH] publish step --- .forgejo/workflows/publish.yaml | 8 -------- 1 file changed, 8 deletions(-) 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: