fix docker build
This commit is contained in:
parent
c460e89818
commit
e34ad13f9d
1 changed files with 1 additions and 2 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -15,8 +15,7 @@ concurrency:
|
|||
jobs:
|
||||
build_and_push_image:
|
||||
name: build image and push to Docker Hub
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
if: github.repository_owner == 'neodb-social'
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'neodb-social' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
|
|
Loading…
Add table
Reference in a new issue