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