Skip to content

Commit

Permalink
chore: Integrate Docker build into CI for PRs (argoproj#3898)
Browse files Browse the repository at this point in the history
  • Loading branch information
jannfis authored Jul 8, 2020
1 parent 63acc26 commit 48d9420
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ on:
- 'master'

jobs:
build-docker:
name: Build Docker image
runs-on: ubuntu-latest
if: github.head_ref != ''
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build Docker image
run: |
make image
check-go:
name: Ensure Go modules synchronicity
runs-on: ubuntu-latest
Expand Down

0 comments on commit 48d9420

Please sign in to comment.