mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-13 10:22:58 +00:00
Switch to manual Docker builds
This commit is contained in:
20
.github/workflows/CI-Docker.yml
vendored
Normal file
20
.github/workflows/CI-Docker.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user