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