mirror of
https://github.com/InsanusMokrassar/ConfigurableInlineTelegramBot.git
synced 2025-09-01 22:29:20 +00:00
Compare commits
7 Commits
0.0.2
...
renovate/g
Author | SHA1 | Date | |
---|---|---|---|
|
eb324f686e | ||
2c27e5257a | |||
f9ed3c791c | |||
8f1c347885 | |||
|
8111124ce0 | ||
47cf50ca0f | |||
|
e90b62714b |
56
.github/workflows/build_and_publish_docker.yml
vendored
56
.github/workflows/build_and_publish_docker.yml
vendored
@@ -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 }}
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
|
||||||
|
Reference in New Issue
Block a user