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