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 bb29a49 commit a7fbf1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pg_later_ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ jobs:
run: ~/.cargo/bin/trunk publish
build_and_push:
name: Build and push images
needs:
- publish
runs-on:
- self-hosted
- dind
Expand All @@ -199,7 +197,7 @@ jobs:
echo "PGRX_VER=$(/usr/local/bin/stoml Cargo.toml dependencies.pgrx)" >> $GITHUB_OUTPUT
- name: Build and upload image
run: |
docker build --build-arg="PGRX_VER=${{ steps.versions.outputs.PGRX_VER }}" -t pglater-pg images/pglater-pg
docker build --build-arg="PGRX_VER=${{ steps.versions.outputs.PGRX_VER }}" -t pglater-pg -f images/pglater-pg/Dockerfile .
docker tag pglater-pg quay.io/tembo/pglater-pg:v${{ steps.versions.outputs.TAG_VER }}
docker tag pglater-pg quay.io/tembo/pglater-pg:latest
- name: Login to Quay
Expand Down

0 comments on commit a7fbf1f

Please sign in to comment.