Switch to manual Docker builds

This commit is contained in:
Tyrrrz
2021-07-26 17:53:49 +03:00
parent 99f94425c2
commit 89b1f9924b
3 changed files with 43 additions and 1 deletions

20
.github/workflows/CI-Docker.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: CI (Docker)
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.3
- name: Build
run: docker build -t tyrrrz/discordchatexporter:latest .
- name: Deploy
run: docker push tyrrrz/discordchatexporter:latest