Skip to content

Commit

Permalink
github-actions: build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
davidor committed Jan 11, 2021
1 parent e5cda97 commit 41211dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ on:
- '*'

jobs:
docker-build:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build Docker image
run: make docker-build
test:
name: Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 41211dc

Please sign in to comment.