Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Jun 5, 2024
1 parent 6ada628 commit 1790553
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pg_later_ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
ls -alh ~/.pgrx
publish:
# if: startsWith(github.ref, 'refs/tags/')
if: github.event_name == 'release'
name: trunk publish
needs: dependencies
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -171,7 +171,10 @@ jobs:
TRUNK_API_TOKEN: ${{ secrets.TRUNK_AUTH_TOKEN }}
run: ~/.cargo/bin/trunk publish
build_and_push:
if: github.event_name == 'release'
name: Build and push images
needs:
- dependencies
runs-on:
- self-hosted
- dind
Expand Down
2 changes: 1 addition & 1 deletion images/pglater-pg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update \
libssl-dev \
make \
pkg-config \
postgresql-server-dev-15
postgresql-server-dev-16

# install pgmq
RUN git clone https://github.com/tembo-io/pgmq.git && \
Expand Down

0 comments on commit 1790553

Please sign in to comment.