Update .forgejo/workflows/docker-build.yml
This commit is contained in:
@@ -26,10 +26,6 @@ jobs:
|
|||||||
echo REGISTRY=${{ env.FORGEJO_HOST }} >> $GITHUB_ENV
|
echo REGISTRY=${{ env.FORGEJO_HOST }} >> $GITHUB_ENV
|
||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Generate the Ansible Builder context
|
|
||||||
run: |
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user