8 Commits

Author SHA1 Message Date
renovate[bot]
dd475f2030 Merge 1d908e988b into 2c27e5257a 2023-11-26 07:22:07 +00:00
renovate[bot]
1d908e988b Update dependency dev.inmo:tgbotapi to v9 2023-11-26 07:22:03 +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
#on: [push]
#jobs:
# push_to_registry:
# name: Push Docker image to Docker Hub
# runs-on: ubuntu-latest
# steps:
# - name: Check out the repo
# uses: actions/checkout@v2
# - uses: actions/setup-java@v1
# with:
# java-version: 1.8
# - name: Build
# run: ./gradlew build
# - name: Docker meta
# id: docker_meta
# uses: crazy-max/ghaction-docker-meta@v1
# with:
# images: name/app
# tag-sha: true
# tag-latest: false
# - name: Push to Docker Hub
# uses: docker/build-push-action@v1
# with:
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_PASSWORD }}
# context: .
# tags: ${{ steps.docker_meta.outputs.tags }}
name: Publish Docker image
on: [push]
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
- name: Build
run: ./gradlew build
- name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1
with:
images: name/app
tag-sha: true
tag-latest: false
- name: Push to Docker Hub
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
context: .
tags: ${{ steps.docker_meta.outputs.tags }}

View File

@@ -1,7 +1,7 @@
kotlin.code.style=official
kotlin_version=1.6.10
telegram_bot_api_version=0.38.12
telegram_bot_api_version=9.4.0
ktor_version=1.6.8
library_version=0.0.2