mirror of
https://github.com/zeke-chin/cursor-api.git
synced 2025-10-05 23:46:51 +08:00
update: github workflow
This commit is contained in:
8
.github/workflows/build-rs-capi.yml
vendored
8
.github/workflows/build-rs-capi.yml
vendored
@@ -4,9 +4,9 @@ on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
tags: [ "v*" ]
|
||||
paths:
|
||||
- 'rs-capi/**'
|
||||
- '.github/workflows/**'
|
||||
# paths:
|
||||
# - 'rs-capi/**'
|
||||
# - '.github/workflows/**'
|
||||
|
||||
jobs:
|
||||
# 构建各平台二进制文件
|
||||
@@ -107,7 +107,7 @@ jobs:
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
context: rs-capi
|
||||
file: rs-capi/Dockerfile
|
||||
platforms: ${{ matrix.platform }}
|
||||
push: true
|
||||
|
Reference in New Issue
Block a user