Update .forgejo/workflows/docker-build.yml
This commit is contained in:
@@ -27,12 +27,10 @@ jobs:
|
|||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install requirements
|
|
||||||
run: |
|
|
||||||
pip install -r requirements.txt
|
|
||||||
- name: Generate the Ansible Builder context
|
- name: Generate the Ansible Builder context
|
||||||
run: |
|
run: |
|
||||||
ansible-builder create -v 3
|
ansible-builder create -v 3
|
||||||
|
|
||||||
- name: Login to the registry
|
- name: Login to the registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user