update: github workflow

This commit is contained in:
zeke
2024-11-26 14:53:38 +08:00
parent 83a07e362b
commit 62448c89f9

View File

@@ -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