Skip to content

Commit

Permalink
build docker image when it is not a pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
danlu1 committed Apr 4, 2024
1 parent 29ddba9 commit 98516f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v5
if: github.event_name != 'pull_request'
with:
context: .
push: true
Expand Down

0 comments on commit 98516f7

Please sign in to comment.