DiscordChatExporter/.github/workflows/CI-Docker.yml

20 lines
342 B
YAML
Raw Normal View History

2021-07-26 10:53:49 -04:00
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