This commit is contained in:
@@ -25,9 +25,9 @@ jobs:
|
||||
|
||||
- name: Build and push postgres image
|
||||
uses: docker/build-push-action@v5
|
||||
if: |
|
||||
contains(github.event.commits[0].modified, 'infra/docker/postgres-pg-cron') ||
|
||||
contains(github.event.commits[0].added, 'infra/docker/postgres-pg-cron')
|
||||
# if: |
|
||||
# contains(github.event.commits[0].modified, 'infra/docker/postgres-pg-cron') ||
|
||||
# contains(github.event.commits[0].added, 'infra/docker/postgres-pg-cron')
|
||||
with:
|
||||
context: .
|
||||
file: infra/docker/postgres-pg-cron/Dockerfile
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: infra/docker/webhook/Dockerfile
|
||||
file: infra/webhook/Dockerfile
|
||||
push: true
|
||||
tags: |
|
||||
${{ secrets.REGISTRY_URL }}/${{ secrets.REGISTRY_USER }}/familyhub-webhook:latest
|
||||
|
||||
Reference in New Issue
Block a user