Skip to content

Commit

Permalink
workflows: fix published image name for tembo-pg-slim (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel authored Jan 24, 2024
1 parent a766417 commit 53caea1
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 @@ -138,5 +138,5 @@ jobs:
--build-arg PG_VERSION=${{ matrix.pg_version }} \
--build-arg PG_MAJOR=${{ matrix.pg_major }} \
--platform linux/amd64,linux/arm64 \
--tag quay.io/coredb/c-builder:pg${{ matrix.pg_version }} \
--tag quay.io/coredb/tembo-pg-slim:pg${{ matrix.pg_version }} \
--pull ${PUSH_FLAG} ./tembo-pg-slim

0 comments on commit 53caea1

Please sign in to comment.