Skip to content

Commit

Permalink
republish pgai-vectorizer-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
adolsalamanca committed Dec 12, 2024
1 parent b15b9a7 commit 06df99c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish-pgai-vectorizer-worker-0.2.1.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:

name: publish-pgai-vectorizer-worker-0.2.1
name: publish-pgai-vectorizer-worker-0.3.0

jobs:
release-docker:
Expand All @@ -23,7 +23,7 @@ jobs:
org.opencontainers.image.description=A worker for self-hosted pgai vectorizers
org.opencontainers.image.title=pgai-vectorizer-worker
tags: |
type=raw,value=v0.2.1
type=raw,value=v0.3.0
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand All @@ -34,6 +34,8 @@ jobs:
with:
context: "{{defaultContext}}:projects/pgai"
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: |
${{ steps.meta.outputs.tags }}
latest
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
context: "{{defaultContext}}:projects/pgai"
push: true
tags: |
${{ steps.meta.outputs.tags }}
latest
timescale/pgai-vectorizer-worker:${{ steps.meta.outputs.tags }},
timescale/pgai-vectorizer-worker:latest
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64

0 comments on commit 06df99c

Please sign in to comment.