Skip to content

Commit

Permalink
[DUOS-1740][risk=no] Add separate build action (#1977)
Browse files Browse the repository at this point in the history
* add separate build action
  • Loading branch information
rushtong authored Jan 11, 2023
1 parent 4936f82 commit b88f044
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on: [pull_request]
name: docker build
jobs:
scan:
name: docker build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Image
run: docker build .

0 comments on commit b88f044

Please sign in to comment.