Skip to content

Commit

Permalink
up docker_arm64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lejianwen committed Sep 26, 2024
1 parent 231f4dd commit f7235ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker_arm64.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build and Push Docker Arm64 Image

on:
workflow_dispatch: # 仅当手动触发工作流时触发
push:
tags:
- 'v*.*.*' # 仅当推送标签(例如 v1.0.0)时触发
workflow_dispatch # 仅当手动触发工作流时触发
# push:
# tags:
# - 'v*.*.*' # 仅当推送标签(例如 v1.0.0)时触发

jobs:
build:
Expand Down

0 comments on commit f7235ac

Please sign in to comment.