From 345077aef6e0d104b1828b8435deb4a02cd9f955 Mon Sep 17 00:00:00 2001 From: nihaldivyam Date: Mon, 1 Apr 2024 19:50:52 +0530 Subject: [PATCH] trigger test --- .github/workflows/dockerbuild.yml | 2 +- postgres-cloudnative-citus/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dockerbuild.yml b/.github/workflows/dockerbuild.yml index 73d4e04..945e8c7 100644 --- a/.github/workflows/dockerbuild.yml +++ b/.github/workflows/dockerbuild.yml @@ -42,7 +42,7 @@ jobs: uses: tj-actions/changed-files@v44 with: files: | - /Dockerfile + **/Dockerfile - name: Filter changed Dockerfiles env: diff --git a/postgres-cloudnative-citus/Dockerfile b/postgres-cloudnative-citus/Dockerfile index 77be3e5..9e9468c 100644 --- a/postgres-cloudnative-citus/Dockerfile +++ b/postgres-cloudnative-citus/Dockerfile @@ -54,4 +54,4 @@ RUN apt-get clean \ RUN usermod -u 26 postgres # Set the user to run subsequent commands as -USER 26 \ No newline at end of file +USER 26