From 13a06334d4145094f8d4a55136d218a6c126969c Mon Sep 17 00:00:00 2001 From: James Guthrie Date: Tue, 26 Nov 2024 18:04:24 +0100 Subject: [PATCH] chore: actually do the thing --- .github/workflows/publish-pgai-vectorizer-worker-0.2.0.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-pgai-vectorizer-worker-0.2.0.yml b/.github/workflows/publish-pgai-vectorizer-worker-0.2.0.yml index a12620d8a..6fab3979b 100644 --- a/.github/workflows/publish-pgai-vectorizer-worker-0.2.0.yml +++ b/.github/workflows/publish-pgai-vectorizer-worker-0.2.0.yml @@ -28,7 +28,7 @@ jobs: uses: docker/build-push-action@v6 with: context: "{{defaultContext}}:projects/pgai" - push: false + push: true tags: timescale/pgai-vectorizer-worker:v0.2.0 labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64,linux/arm64