Update .gitea/workflows/docker-build.yml
All checks were successful
Build and Push Docker Image / build (push) Successful in 25s

This commit is contained in:
2026-03-29 00:50:07 -05:00
parent 8d2aaa8ae8
commit 1a83befde3

View File

@@ -16,7 +16,7 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: registry.alwisp.com registry: registry.alwisp.com
username: ${{ gitea.REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and Push - name: Build and Push