File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
2
push :
3
3
4
- name : publish-pgai-vectorizer-worker-0.2.1
4
+ name : publish-pgai-vectorizer-worker-0.3.0
5
5
6
6
jobs :
7
7
release-docker :
23
23
org.opencontainers.image.description=A worker for self-hosted pgai vectorizers
24
24
org.opencontainers.image.title=pgai-vectorizer-worker
25
25
tags : |
26
- type=raw,value=v0.2.1
26
+ type=raw,value=v0.3.0
27
27
- name : Login to Docker Hub
28
28
uses : docker/login-action@v3
29
29
with :
34
34
with :
35
35
context : " {{defaultContext}}:projects/pgai"
36
36
push : true
37
- tags : ${{ steps.meta.outputs.tags }}
37
+ tags : |
38
+ ${{ steps.meta.outputs.tags }}
39
+ latest
38
40
labels : ${{ steps.meta.outputs.labels }}
39
41
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 90
90
context : " {{defaultContext}}:projects/pgai"
91
91
push : true
92
92
tags : |
93
- ${{ steps.meta.outputs.tags }}
94
- latest
93
+ timescale/pgai-vectorizer-worker: ${{ steps.meta.outputs.tags }},
94
+ timescale/pgai-vectorizer-worker: latest
95
95
labels : ${{ steps.meta.outputs.labels }}
96
96
platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments