Skip to content

Commit

Permalink
chore: matrix in all tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Dec 16, 2024
1 parent d3392e0 commit 33f8ae3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dockerhub-release-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,10 @@ jobs:

publish:
needs: [build, merge_manifest]
strategy:
matrix:
version: ${{ fromJson(needs.build.outputs.versions) }}
uses: ./.github/workflows/mirror.yml
with:
version: ${{ needs.build.outputs.docker_version }}
secrets: inherit
version: ${{ matrix.version }}
secrets: inherit
2 changes: 2 additions & 0 deletions Dockerfile-15
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ WORKDIR /
RUN mkdir -p /usr/lib/postgresql/bin \
/usr/lib/postgresql/share/postgresql \
/usr/share/postgresql \
/var/lib/postgresql \
&& chown -R postgres:postgres /usr/lib/postgresql \
&& chown -R postgres:postgres /var/lib/postgresql \
&& chown -R postgres:postgres /usr/share/postgresql

# Create symbolic links
Expand Down
6 changes: 2 additions & 4 deletions Dockerfile-orioledb-17
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,8 @@ WORKDIR /
RUN mkdir -p /usr/lib/postgresql/bin \
/usr/lib/postgresql/share/postgresql \
/usr/share/postgresql \
# /usr/lib/postgresql/share/postgresql/contrib \
#/usr/lib/postgresql/share/postgresql/timezonesets \
#/usr/lib/postgresql/share/postgresql/tsearch_data \
# /usr/lib/postgresql/share/postgresql/extension \
/var/lib/postgresql \
&& chown -R postgres:postgres /usr/lib/postgresql \
&& chown -R postgres:postgres /usr/lib/postgresql \
&& chown -R postgres:postgres /usr/share/postgresql

Expand Down

0 comments on commit 33f8ae3

Please sign in to comment.