Update .forgejo/workflows/docker-build.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user