8000 refactor services, restart on install & update · czhu12/canine@d5c1b13 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

refactor services, restart on install & update #12

refactor services, restart on install & update

refactor services, restart on install & update #12

Workflow file for this run

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
0