mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-22 00:54:22 +01:00
ci: test building Docker image on push
This commit is contained in:
parent
16706071b7
commit
53af02398d
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user