Skip to content

chore: release version v0.1.17 #13

chore: release version v0.1.17

chore: release version v0.1.17 #13

Workflow file for this run

name: Docker Try

Check failure on line 1 in .github/workflows/docker.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: test-docker
on:
push:
branches:
- docker
workflow_dispatch:
workflow_call:
permissions:
contents: read
jobs:
test-docker:
runs-on: ubuntu-latest
services:
- name: Checkout code
uses: actions/checkout@v4
- name: Run app in docker compose env
run: |
docker compose version
docker compose up --exit-code-from curl # --abort-on-container-exit