Skip to content

Commit

Permalink
workflows: use prod registry
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel committed Jan 26, 2024
1 parent e440c1b commit da87893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tembo-pg-cnpg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ RUN set -xe; \
rm -rf /var/lib/apt/lists/*;

# Install pg_stat_statements
RUN trunk install --registry https://trunk-registry.cdb-dev.com pg_stat_statements
RUN trunk install pg_stat_statements

# Install auto_explain
RUN trunk install --registry https://trunk-registry.cdb-dev.com auto_explain
RUN trunk install auto_explain

# cache pg_stat_statements and auto_explain and pg_stat_kcache to temp directory
RUN set -eux; \
Expand Down

0 comments on commit da87893

Please sign in to comment.