From d71a84b8aa49ff20ad9151a765045f134c9a98c4 Mon Sep 17 00:00:00 2001 From: Toutsu Date: Fri, 17 Apr 2026 14:48:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=B8=20=D0=BD=D0=BE=D0=B2=D1=83=D1=8E=20=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD=D1=83=D1=8E=20=D0=B2=20=D0=B2?= =?UTF-8?q?=D0=BE=D1=80=D0=BA=D1=84=D0=BB=D0=BE=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 1ee1840..fae489e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -27,6 +27,8 @@ jobs: file: src/GmRelay.Bot/Dockerfile push: true tags: git.codeanddice.ru/toutsu/gmrelay-bot:latest + labels: | + org.opencontainers.image.source=https://git.codeanddice.ru/${{ gitea.repository }} - name: Build and push Web uses: docker/build-push-action@v5 @@ -35,6 +37,8 @@ jobs: file: src/GmRelay.Web/Dockerfile push: true tags: git.codeanddice.ru/toutsu/gmrelay-web:latest + labels: | + org.opencontainers.image.source=https://git.codeanddice.ru/${{ gitea.repository }} # ЧАСТЬ 2: Запускаем эти образы на самом сервере deploy: