Update .forgejo/workflows/docker-build.yml

This commit is contained in:
2025-06-01 20:45:24 -05:00
parent 94e612bd93
commit db9f901c41
-4
View File
@@ -26,10 +26,6 @@ jobs:
echo REGISTRY=${{ env.FORGEJO_HOST }} >> $GITHUB_ENV
- name: Checkout the repo
uses: actions/checkout@v4
- name: Generate the Ansible Builder context
run: |
ansible-builder create -v 3
- name: Login to the registry
uses: docker/login-action@v3