This commit is contained in:
Sergey
2021-02-23 20:48:11 +03:00
parent 956550cfc9
commit a3b57c3694
6 changed files with 70 additions and 8 deletions

25
.github/workflow/dockerimage.yml vendored Normal file
View File

@@ -0,0 +1,25 @@
name: Build Docker Image
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: Kylmakalle/tgvkbot:latest
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
snapshot: true
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: peterevans/dockerhub-description