From 354e5aded1bd82ab34b0383f6e2ddda6d0282a58 Mon Sep 17 00:00:00 2001 From: Arrelin Date: Wed, 18 Mar 2026 09:41:31 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3fbc9ff..d085393 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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