Skip to content

Commit

Permalink
Update image build action
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Jun 7, 2024
1 parent 243d527 commit d6aba29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
workflow_dispatch:
branches:
- main

push:
branches:
- main
paths:
- "**.go"
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d6aba29

Please sign in to comment.