Skip to content

Commit 3b6a618

Browse files
committed
Publish to both popsql and timescale namespaces
1 parent 507fba3 commit 3b6a618

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
id: meta
4040
uses: docker/metadata-action@v5
4141
with:
42-
images: ghcr.io/timescale/prestodb-sandbox
42+
images: |
43+
ghcr.io/popsql/prestodb-sandbox
44+
ghcr.io/timescale/prestodb-sandbox
4345
tags: |
4446
type=raw,value=${{ inputs.version }}
4547
type=raw,value=latest,enable=${{ inputs.latest == true }}

0 commit comments

Comments
 (0)