docker push test
This commit is contained in:
parent
e18deab063
commit
fd5b5f9bb2
14
.github/workflows/push-latest.yml
vendored
Normal file
14
.github/workflows/push-latest.yml
vendored
Normal 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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user