docker github action

This commit is contained in:
NatureFreshMilk 2019-12-02 08:44:54 +01:00
parent ee6aacc519
commit bcefc09a78

19
.github/workflows/docker.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: docker
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: docker publish
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: beerchat/beerchat
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tag_names: true
cache: true