Skip to content

Commit

Permalink
wrokflow docker image ci (openkruise#1393)
Browse files Browse the repository at this point in the history
Signed-off-by: liheng.zms <liheng.zms@alibaba-inc.com>
  • Loading branch information
zmberg authored and lilongfeng0902 committed Sep 12, 2023
1 parent ae5f064 commit 1ce401c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Docker Image CI

on:
workflow_dispatch:

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: IMG=openkruise/kruise-manager:${{ github.ref_name }} & make docker-multiarch

0 comments on commit 1ce401c

Please sign in to comment.