Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Apr 1, 2024
1 parent 1d3ef98 commit c61f225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
set -x
should_build=false
for dockerfile in ${{ matrix.dockerfile }}; do
if [[ "${ALL_CHANGED_FILES}" == *"${dockerfile}"* ]]; then
Expand Down
2 changes: 1 addition & 1 deletion postgres-cloudnative-citus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ RUN apt-get clean \
RUN usermod -u 26 postgres

# Set the user to run subsequent commands as
USER 26
USER 26

0 comments on commit c61f225

Please sign in to comment.