Skip to content

Commit

Permalink
Skip Pg17 build for DW stack
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel committed Dec 5, 2024
1 parent bb67e12 commit 40832bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_tembo_pg_slim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,11 @@ jobs:
env:
CONTAINER_NAME: "dw-cnpg"
steps:
- name: Skip job if matrix.pg_version is 17
run: echo "Skipping build for PostgreSQL version 17" && exit 0
- uses: actions/checkout@v4
- name: Build Docker images based on conditions
if: ${{ matrix.pg_version != '17' }}
run: |
IMAGE_NAME=$CONTAINER_NAME:${{ matrix.pg_version }}
docker build ./$CONTAINER_NAME --build-arg PG_VERSION=${{ matrix.pg_version }} --build-arg TAG=${{ needs.pre-build.outputs.short_sha }} -t $IMAGE_NAME
Expand Down

0 comments on commit 40832bc

Please sign in to comment.