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/postgres') ||
|
# contains(github.event.commits[0].modified, 'infra/postgres') ||
|
||||||
contains(github.event.commits[0].added, 'infra/postgres')
|
# contains(github.event.commits[0].added, 'infra/postgres')
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: infra/postgres/Dockerfile
|
file: infra/postgres/Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user