1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 12:30:18 +02:00

ci: use rake to build Docker image

This commit is contained in:
cn
2021-12-11 22:02:10 +01:00
committed by Christian Nicolai
parent 507e6a36fd
commit e622ab292a
3 changed files with 25 additions and 16 deletions

View File

@ -31,13 +31,3 @@ 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: .
file: docker/ci/Dockerfile