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:
|
jobs:
|
||||||
build_and_push_image:
|
build_and_push_image:
|
||||||
name: build image and push to Docker Hub
|
name: build image and push to Docker Hub
|
||||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'neodb-social' }}
|
||||||
if: github.repository_owner == 'neodb-social'
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
|
|
Loading…
Add table
Reference in a new issue