mirror of
https://github.com/czhu12/canine.git
synced 2025-12-29 15:21:19 -06:00
Merge pull request #161 from czhu12/chriszhu__docker_compose_test
ensure docker compose always runs
This commit is contained in:
17
.github/workflows/docker.yml
vendored
Normal file
17
.github/workflows/docker.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Docker Compose Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Build with Docker Compose
|
||||
run: docker compose build
|
||||
Reference in New Issue
Block a user