Skip to content

Commit

Permalink
tesxt
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Apr 1, 2024
1 parent b133416 commit c1059bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: tj-actions/changed-files@v44
with:
files: |
Dockerfile
/Dockerfile
- name: Filter changed Dockerfiles
env:
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 c1059bf

Please sign in to comment.