diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index eb17c26..584dbf2 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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/postgres') || - contains(github.event.commits[0].added, 'infra/postgres') +# if: | +# contains(github.event.commits[0].modified, 'infra/postgres') || +# contains(github.event.commits[0].added, 'infra/postgres') with: context: . file: infra/postgres/Dockerfile