Update Dockerfile
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user