File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -182,11 +182,14 @@ jobs:
182
182
script : |
183
183
let tags = [
184
184
"tensorchord/pgvecto-rs:pg${{ matrix.version }}-v${{ github.event.inputs.version }}",
185
- "tensorchord/pgvecto-rs:pg${{ matrix.version }}-latest",
186
185
];
187
- if ("${{ matrix.latest }}" == "true") {
188
- tags.push("tensorchord/pgvecto-rs:latest");
189
- }
186
+ // const actor = context.actor;
187
+ // if (actor != "github-actions[bot]") {
188
+ // tags.push("tensorchord/pgvecto-rs:pg${{ matrix.version }}-latest");
189
+ // }
190
+ // if ("${{ matrix.latest }}" == "true" && actor != "github-actions[bot]") {
191
+ // tags.push("tensorchord/pgvecto-rs:latest");
192
+ // }
190
193
core.setOutput('tags', tags.join(", "));
191
194
- name : Set up QEMU
192
195
uses : docker/setup-qemu-action@v3
You can’t perform that action at this time.
0 commit comments