Update .forgejo/workflows/docker-build.yml

This commit is contained in:
2025-06-01 20:15:18 -05:00
parent fa90914daf
commit 94e612bd93
+1 -3
View File
@@ -27,12 +27,10 @@ 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: