Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Apr 1, 2024
1 parent ddbf40b commit 76a7f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,9 @@ jobs:
with:
images: ${{ matrix.image }}

- name: test
run: |
echo ${{ steps.changed-files.outputs.all_changed_files}}
echo ${{matrix.dockerfile}}
- name: Build & push container image
id: docker_build
if: ${{ contains(steps.changed-files.outputs.all_changed_files, './' + matrix.dockerfile) }}
if: ${{ contains(startsWith(steps.changed-files.outputs.all_changed_files, './'), matrix.dockerfile) }}
uses: docker/[email protected]
with:
context: .
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 76a7f57

Please sign in to comment.