Skip to content

Commit

Permalink
Merge branch 'main' into pgdata-env
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel authored Jan 29, 2024
2 parents 1941b1a + 3d9a853 commit bd567ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,6 @@ jobs:
fi
docker buildx build \
--build-arg PG_VERSION=${{ matrix.pg_version }} \
--platform linux/amd64 \
--platform linux/amd64,linux/arm64 \
--tag quay.io/tembo/tembo-pg-cnpg:pg${{ matrix.pg_version }}-${{ steps.sha.outputs.sha }} \
--pull ${PUSH_FLAG} ./tembo-pg-cnpg

0 comments on commit bd567ab

Please sign in to comment.