chore: поднятие версии до 1.1.2 во всех файлах конфигурации
Deploy Telegram Bot / build-and-push (push) Successful in 42s
Deploy Telegram Bot / deploy (push) Successful in 12s

This commit is contained in:
2026-04-23 20:49:01 +03:00
parent 4d6651827b
commit 93e7c1ac66
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ on:
- main - main
env: env:
VERSION: 1.1.1 VERSION: 1.1.2
jobs: jobs:
# ЧАСТЬ 1: Собираем образы и кладем в Gitea (чтобы делиться с ребятами) # ЧАСТЬ 1: Собираем образы и кладем в Gitea (чтобы делиться с ребятами)
@@ -70,4 +70,4 @@ jobs:
docker compose pull bot web docker compose pull bot web
# Запускаем! Флаг -d оставит их работать в фоне. # Запускаем! Флаг -d оставит их работать в фоне.
docker compose up -d docker compose up -d
+1 -1
View File
@@ -1,6 +1,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>1.1.1</Version> <Version>1.1.2</Version>
<TargetFramework>net10.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<LangVersion>preview</LangVersion> <LangVersion>preview</LangVersion>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
+2 -2
View File
@@ -18,7 +18,7 @@ services:
retries: 10 retries: 10
bot: bot:
image: git.codeanddice.ru/toutsu/gmrelay-bot:1.1.1 image: git.codeanddice.ru/toutsu/gmrelay-bot:1.1.2
container_name: gmrelay_bot container_name: gmrelay_bot
restart: always restart: always
network_mode: host network_mode: host
@@ -30,7 +30,7 @@ services:
- "Telegram__BotToken=${TELEGRAM_BOT_TOKEN}" - "Telegram__BotToken=${TELEGRAM_BOT_TOKEN}"
web: web:
image: git.codeanddice.ru/toutsu/gmrelay-web:1.1.1 image: git.codeanddice.ru/toutsu/gmrelay-web:1.1.2
container_name: gmrelay_web container_name: gmrelay_web
restart: always restart: always
network_mode: host network_mode: host