From b286a3c3ce7fc6f38875bd0879185af3fe2cff4a Mon Sep 17 00:00:00 2001 From: Ivan Date: Sun, 22 Jun 2025 09:49:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/build-latest.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-latest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-latest.yml b/.gitea/workflows/build-latest.yml index abd7662..a755573 100644 --- a/.gitea/workflows/build-latest.yml +++ b/.gitea/workflows/build-latest.yml @@ -22,10 +22,10 @@ jobs: uses: docker/build-push-action@v4 with: context: . - tags: 192.168.0.145:5000/alt-atomic-niri:latest + tags: registry.mycloudnc.ru/alt-atomic-niri:latest push: false # Пока не пушим - name: Push to Local Registry run: | - docker push 192.168.0.145:5000/alt-atomic-niri:latest + docker push registry.mycloudnc.ru/alt-atomic-niri:latest shell: bash