ci: test building Docker image on push

This commit is contained in:
cn 2021-04-02 10:54:35 +02:00 committed by Christian Nicolai
parent 16706071b7
commit 53af02398d
1 changed files with 9 additions and 0 deletions

View File

@ -30,3 +30,12 @@ jobs:
- name: Lint and Test
run: |
bundle exec rake ci
# https://github.com/marketplace/actions/build-and-push-docker-images
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Test building Docker image for dyndnsd
uses: docker/build-push-action@v2
with:
context: docker