From 3a47ab48fa1a3e9631c8e25211f01661dc35bdd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D0=B4=D1=8F=D0=B5=D0=B2?= Date: Thu, 10 Oct 2024 18:53:51 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=88=D0=B0=D0=B3=20=D0=B0=D0=B2=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D0=B8=20=D0=B2=20docker=20?= =?UTF-8?q?hub.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 13d1d2f..338723d 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: set-up qemu - uses: docker/setup-qemu-action@v3 + uses: https://git.mousesoft.ru/ms/gitea-action-setup-qemu@v3 - name: set-up docker buildx uses: https://git.mousesoft.ru/ms/gitea-action-docker-setup-buildx@v3 @@ -25,6 +25,7 @@ jobs: - name: login to docker hub uses: https://git.mousesoft.ru/ms/gitea-action-docker-login@v3 with: + registry: git.mousesoft.ru username: ${{ secrets.API_USER }} password: ${{ secrets.API_TOKEN }}