mirror of
https://github.com/zeke-chin/cursor-api.git
synced 2025-10-05 15:37:00 +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:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
tags: [ "v*" ]
|
tags: [ "v*" ]
|
||||||
paths:
|
# paths:
|
||||||
- 'rs-capi/**'
|
# - 'rs-capi/**'
|
||||||
- '.github/workflows/**'
|
# - '.github/workflows/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# 构建各平台二进制文件
|
# 构建各平台二进制文件
|
||||||
@@ -107,7 +107,7 @@ jobs:
|
|||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: rs-capi
|
||||||
file: rs-capi/Dockerfile
|
file: rs-capi/Dockerfile
|
||||||
platforms: ${{ matrix.platform }}
|
platforms: ${{ matrix.platform }}
|
||||||
push: true
|
push: true
|
||||||
|
Reference in New Issue
Block a user