Skip to content

Commit

Permalink
Adding docker container to action
Browse files Browse the repository at this point in the history
  • Loading branch information
djw8605 committed May 27, 2020
1 parent 14f3e32 commit 687c49f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ env:
jobs:
build:

runs:
using: 'docker'
image: 'docker://centos:7'


runs-on: ubuntu-latest
container: docker://centos:7

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 687c49f

Please sign in to comment.