Update .gitea/workflows/image-deploy.yaml
All checks were successful
Test and Build Docker Image / Build-Image (push) Successful in 2m21s

This commit is contained in:
2026-06-16 10:57:42 -04:00
parent 2bdc50db26
commit 969cb8f0a6

View File

@@ -13,6 +13,8 @@ jobs:
#uses: docker/setup-qemu-action@v2 #uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
with:
driver-opts: 'network=host'
- name: Log in to the Container registry - name: Log in to the Container registry
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with: