Fix docker check to only run on Dockerfile change (#452)
This commit is contained in:
5
.github/workflows/build-pull-request.yml
vendored
5
.github/workflows/build-pull-request.yml
vendored
@@ -32,8 +32,3 @@ jobs:
|
||||
name: pr.json
|
||||
path: pr.json
|
||||
retention-days: 1
|
||||
- name: Build Docker image
|
||||
uses: docker/build-push-action@v2.10.0
|
||||
with:
|
||||
context: .
|
||||
push: false
|
||||
|
||||
Reference in New Issue
Block a user