We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507fba3 commit 3b6a618Copy full SHA for 3b6a618
.github/workflows/build.yml
@@ -39,7 +39,9 @@ jobs:
39
id: meta
40
uses: docker/metadata-action@v5
41
with:
42
- images: ghcr.io/timescale/prestodb-sandbox
+ images: |
43
+ ghcr.io/popsql/prestodb-sandbox
44
+ ghcr.io/timescale/prestodb-sandbox
45
tags: |
46
type=raw,value=${{ inputs.version }}
47
type=raw,value=latest,enable=${{ inputs.latest == true }}
0 commit comments