docker push test

This commit is contained in:
NatureFreshMilk 2019-11-28 11:32:35 +01:00
parent e18deab063
commit fd5b5f9bb2

14
.github/workflows/push-latest.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: push-latest
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: erray/publish-docker-action@master
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}