This commit is contained in:
BuckarooBanzay 2019-12-03 08:23:22 +01:00
parent eea69c964a
commit f86c2b89d9

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: minetestauth/minetest-auth-proxy
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tag_names: true
cache: true