Publish docker image on pushing to master
This commit is contained in:
parent
95afc454d5
commit
ca943f1978
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
|||
docker:
|
||||
needs: install
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.event_name == 'push' && (startsWith(github.event.ref, 'refs/tags/') || startsWith(github.event.ref, 'refs/heads/v0.'))
|
||||
if: github.event_name == 'push' && (startsWith(github.event.ref, 'refs/tags/') || startsWith(github.event.ref, 'refs/heads/v0.') || github.event.ref == 'refs/heads/master')
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue