renaming workflows (easier for badge) and removing travis

This commit is contained in:
Julien Neuhart
2019-08-20 12:56:53 +02:00
parent bca8b6b606
commit fc2e3586a2
4 changed files with 4 additions and 27 deletions

13
.github/workflows/publish.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Publish
on:
push:
branches:
- releases/*
jobs:
publish:
name: Publish to Docker Hub
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- run: make publish VERSION=$GITHUB_REF DOCKER_USER=${{ secrets.DOCKER_USER }} DOCKER_PASSWORD=${{ secrets.DOCKER_PASSWORD }}