diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 68876ce..e0ef7a7 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -6,7 +6,7 @@ on: - main env: - VERSION: 1.0.0 + VERSION: 1.0.1 jobs: # ЧАСТЬ 1: Собираем образы и кладем в Gitea (чтобы делиться с ребятами) diff --git a/Directory.Build.props b/Directory.Build.props index d1ee971..8b7bae1 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 1.0.0 + 1.0.1 net10.0 preview enable diff --git a/compose.yaml b/compose.yaml index 786bd4f..74dfebc 100644 --- a/compose.yaml +++ b/compose.yaml @@ -18,7 +18,7 @@ services: retries: 10 bot: - image: git.codeanddice.ru/toutsu/gmrelay-bot:1.0.0 + image: git.codeanddice.ru/toutsu/gmrelay-bot:1.0.1 container_name: gmrelay_bot restart: always network_mode: host @@ -30,7 +30,7 @@ services: - "Telegram__BotToken=${TELEGRAM_BOT_TOKEN}" web: - image: git.codeanddice.ru/toutsu/gmrelay-web:1.0.0 + image: git.codeanddice.ru/toutsu/gmrelay-web:1.0.1 container_name: gmrelay_web restart: always network_mode: host