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: