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 #27

refactor services, restart on install & update

refactor services, restart on install & update #27

Workflow file for this run

name: Docker Build Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Docker image
run: docker build -t canine:test .
0