fix docker build

This commit is contained in:
Your Name 2024-06-22 11:36:29 -04:00 committed by Henri Dickson
parent c460e89818
commit e34ad13f9d

View file

@ -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