Skip to content

Commit

Permalink
Test docker building
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Aug 4, 2020
1 parent 981d58f commit 0349ae4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,21 @@ jobs:
name: packages
path: artifact

docker:
name: Build docker images
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
name: Checkout
- name: Build docker images
run: |
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
git tag -m 'Test build' v0.0.0.1
make docker
install:
needs: build
name: Install packages
Expand Down

0 comments on commit 0349ae4

Please sign in to comment.