Skip to content

Commit 78cc08b

Browse files
authored
chore: stable latest (#209)
Signed-off-by: cutecutecat <junyuchen@tensorchord.ai>
1 parent 4f60c4c commit 78cc08b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,14 @@ jobs:
182182
script: |
183183
let tags = [
184184
"tensorchord/pgvecto-rs:pg${{ matrix.version }}-v${{ github.event.inputs.version }}",
185-
"tensorchord/pgvecto-rs:pg${{ matrix.version }}-latest",
186185
];
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+
// }
190193
core.setOutput('tags', tags.join(", "));
191194
- name: Set up QEMU
192195
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)