Skip to content

Commit

Permalink
Merge pull request kmesh-net#848 from kmesh-net/hzxuzhonghu-patch-2
Browse files Browse the repository at this point in the history
Update push-builder-image.yml only run on dockerfile or go dependency…
  • Loading branch information
nlgwcy authored Sep 13, 2024
2 parents 7b8bc94 + 91a6110 commit 089540f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push-builder-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- "main"
paths:
- "build/docker/builder.dockerfile"
- "go.mod"
tags:
- "v*.*.*"
env:
Expand Down Expand Up @@ -106,4 +109,4 @@ jobs:
- name: Inspect image
run: |
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}

0 comments on commit 089540f

Please sign in to comment.