Create docker-publish.yml
This commit is contained in:
parent
ed360ca1c7
commit
574d088cdd
13
.github/workflows/docker-publish.yml
vendored
Normal file
13
.github/workflows/docker-publish.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Publish Docker
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
|
- name: Publish to Registry
|
||||||
|
uses: elgohr/Publish-Docker-Github-Action@2.13
|
||||||
|
with:
|
||||||
|
name: vabene1111/recipes
|
||||||
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
Loading…
Reference in New Issue
Block a user