7 Commits

Author SHA1 Message Date
renovate[bot]
eb36f13258 Update kotlin monorepo to v2 2025-08-14 07:43:36 +00:00
2c27e5257a Update build_and_publish_docker.yml 2022-04-10 22:19:07 +06:00
f9ed3c791c Merge pull request #14 from InsanusMokrassar/0.0.2
0.0.2
2022-04-10 22:18:09 +06:00
8f1c347885 Merge pull request #42 from InsanusMokrassar/renovate/kotlin_version
Update kotlin_version to v1.6.10
2022-03-26 21:46:21 +06:00
Renovate Bot
8111124ce0 Update kotlin_version to v1.6.10 2021-12-14 10:18:36 +00:00
47cf50ca0f Merge pull request #39 from InsanusMokrassar/renovate/kotlin_version
Update kotlin_version to v1.5.31
2021-10-19 08:18:09 +06:00
Renovate Bot
e90b62714b Update kotlin_version to v1.5.31 2021-10-18 21:14:36 +00:00
2 changed files with 29 additions and 29 deletions

View File

@@ -1,28 +1,28 @@
#name: Publish Docker image name: Publish Docker image
#on: [push] on: [push]
#jobs: jobs:
# push_to_registry: push_to_registry:
# name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
# runs-on: ubuntu-latest runs-on: ubuntu-latest
# steps: steps:
# - name: Check out the repo - name: Check out the repo
# uses: actions/checkout@v2 uses: actions/checkout@v2
# - uses: actions/setup-java@v1 - uses: actions/setup-java@v1
# with: with:
# java-version: 1.8 java-version: 11
# - name: Build - name: Build
# run: ./gradlew build run: ./gradlew build
# - name: Docker meta - name: Docker meta
# id: docker_meta id: docker_meta
# uses: crazy-max/ghaction-docker-meta@v1 uses: crazy-max/ghaction-docker-meta@v1
# with: with:
# images: name/app images: name/app
# tag-sha: true tag-sha: true
# tag-latest: false tag-latest: false
# - name: Push to Docker Hub - name: Push to Docker Hub
# uses: docker/build-push-action@v1 uses: docker/build-push-action@v1
# with: with:
# username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
# context: . context: .
# tags: ${{ steps.docker_meta.outputs.tags }} tags: ${{ steps.docker_meta.outputs.tags }}

View File

@@ -1,5 +1,5 @@
kotlin.code.style=official kotlin.code.style=official
kotlin_version=1.6.10 kotlin_version=2.2.10
telegram_bot_api_version=0.38.12 telegram_bot_api_version=0.38.12
ktor_version=1.6.8 ktor_version=1.6.8