Skip to content

Commit 06df99c

Browse files
committed
republish pgai-vectorizer-worker
1 parent b15b9a7 commit 06df99c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/publish-pgai-vectorizer-worker-0.2.1.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33

4-
name: publish-pgai-vectorizer-worker-0.2.1
4+
name: publish-pgai-vectorizer-worker-0.3.0
55

66
jobs:
77
release-docker:
@@ -23,7 +23,7 @@ jobs:
2323
org.opencontainers.image.description=A worker for self-hosted pgai vectorizers
2424
org.opencontainers.image.title=pgai-vectorizer-worker
2525
tags: |
26-
type=raw,value=v0.2.1
26+
type=raw,value=v0.3.0
2727
- name: Login to Docker Hub
2828
uses: docker/login-action@v3
2929
with:
@@ -34,6 +34,8 @@ jobs:
3434
with:
3535
context: "{{defaultContext}}:projects/pgai"
3636
push: true
37-
tags: ${{ steps.meta.outputs.tags }}
37+
tags: |
38+
${{ steps.meta.outputs.tags }}
39+
latest
3840
labels: ${{ steps.meta.outputs.labels }}
3941
platforms: linux/amd64,linux/arm64

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
context: "{{defaultContext}}:projects/pgai"
9191
push: true
9292
tags: |
93-
${{ steps.meta.outputs.tags }}
94-
latest
93+
timescale/pgai-vectorizer-worker:${{ steps.meta.outputs.tags }},
94+
timescale/pgai-vectorizer-worker:latest
9595
labels: ${{ steps.meta.outputs.labels }}
9696
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)