Update Dockerfile

This commit is contained in:
2026-03-18 09:41:31 +03:00
parent 33eb4e931d
commit 354e5aded1

View File

@@ -17,7 +17,7 @@ FROM python:3.12-slim
with: with:
registry: 192.168.31.100:3847 registry: 192.168.31.100:3847
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- uses: docker/build-push-action@v5 - uses: docker/build-push-action@v5
with: with:
push: true push: true