Update Dockerfile
This commit is contained in:
@@ -17,7 +17,7 @@ FROM python:3.12-slim
|
||||
with:
|
||||
registry: 192.168.31.100:3847
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user