Skip to content

Commit

Permalink
Publish to both popsql and timescale namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed May 29, 2024
1 parent 507fba3 commit 3b6a618
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/timescale/prestodb-sandbox
images: |
ghcr.io/popsql/prestodb-sandbox
ghcr.io/timescale/prestodb-sandbox
tags: |
type=raw,value=${{ inputs.version }}
type=raw,value=latest,enable=${{ inputs.latest == true }}
Expand Down

0 comments on commit 3b6a618

Please sign in to comment.